Click or drag to resize

SubDEdgeChainToNurbsCurve Method

Gets a NURBS curve on the SubD surface following this chain.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public NurbsCurve ToNurbsCurve()

Return Value

Type: NurbsCurve
The curve, or null if the chain is not valid.
See Also