Description:

Several types of Curve can have the form of a polyline including a degree 1 NurbsCurve, a PolylineCurve, and a PolyCurve all of whose segments are some form of polyline. IsPolyline tests a curve to see if it can be represented as a polyline.

Syntax:
public bool IsPolyline()
Returns:
Type: bool
True if this curve can be represented as a polyline; otherwise, false.
Available since:
5.0

IsPolyline method

Class:  Rhino.Geometry.Curve

Nothing found