Skip to content

Curve.DuplicateSegments

Public Class

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.

Remarks

Unlike , this method produces results based on the curve’s data structure.