Description:

Creates a new instance of the ShutLining curve information class.

Syntax:
public ShutLiningCurveInfo(
Curve curve,
double radius,
int profile,
bool pull,
bool isBump,
IEnumerable<Interval> curveIntervals,
bool enabled
)
Parameters:
  • curve
  • Type: Curve
  • The profile curve.
  • radius
  • Type: double
  • The profile radius.
  • profile
  • Type: int
  • The profile type.
  • pull
  • Type: bool
  • True if the curve should be pulled.
  • isBump
  • Type: bool
  • True if profile constitutes a bump. See Rhino's Help for more information.
  • curveIntervals
  • Type: IEnumerable<Interval>
  • The parts of the curve to use as profiles.
  • enabled
  • Type: bool
  • If true, this curve is active.
Available since:
6.0

ShutLiningCurveInfo constructor

Class:  Rhino.Geometry.ShutLiningCurveInfo

Nothing found