Click or drag to resize

CurveDuplicateSegments Method

Duplicates curve segments. Explodes polylines, polycurves and G1 discontinuous NURBS curves. Single segment curves, such as lines, arcs, unkinked NURBS curves, are duplicated.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve[] DuplicateSegments()

Return Value

Type: Curve
An array of all the segments that make up this curve.
See Also