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
public Curve[] DuplicateSegments()
Type:. Curve. An array of all the segments that make up this curve.
Unlike , this method produces results based on the curve’s data structure.