Click or drag to resize

SubDDuplicateEdgeCurves Method

Gets Nurbs form of all edges in this SubD, with clamped knots. NB: Does not update the SubD evaluation cache before getting the edges.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.7
Syntax
public Curve[] DuplicateEdgeCurves()

Return Value

Type: Curve
An array of edge curves.
See Also