Clean up polycurve curve object by removing any nesting of polycurves.
Rhino.CleanUpPolyCurve (strObject)
strObject |
Required. String. The object's identifier. |
Boolean |
True if successful, False otherwise. |
Null |
If not successful, or on error. |
Dim strObject
strObject = Rhino.GetObject("Select polycurve")
If Rhino.IsPolyCurve(strObject) Then
Rhino.CleanUpPolyCurve strObject
End If