M_Rhino_Geometry_PolyCurve_RemoveNesting - mcneel/rhinocommon-api-docs GitHub Wiki

PolyCurve.RemoveNesting Method

Explodes nested polycurve segments and reconstructs this curve from the shattered remains. The result will have not have any PolyCurves as segments but it will have identical locus and parameterization.

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

Syntax

C#

public bool RemoveNesting()

VB

Public Function RemoveNesting As Boolean

Return Value

Type: Boolean
true if any nested PolyCurve was found and absorbed, false if no PolyCurve segments could be found.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolyCurve Class
Rhino.Geometry Namespace
PolyCurve.IsNested

⚠️ **GitHub.com Fallback** ⚠️