Skip to content

M_Rhino_Geometry_PolyCurve_Explode

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PolyCurve.Explode Method

Explodes this PolyCurve into a list of Curve segments. This will not explode nested polycurves. Call RemoveNesting() first if you need all individual segments.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Curve[] Explode()

VB

Public Function Explode As Curve()

Return Value

Type: Curve[]
An array of polycurve segments.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolyCurve Class
Rhino.Geometry Namespace

Clone this wiki locally