CurveDuplicateSegments Method |
Polylines will be exploded into line segments. ExplodeCurves will
return the curves in topological order.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic Curve[] DuplicateSegments()
Public Function DuplicateSegments As Curve()
Return Value
Type:
Curve
An array of all the segments that make up this curve.
See Also