SubDEdgeChainToNurbsCurve Method |
Gets a NURBS curve on the SubD surface following this chain.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic NurbsCurve ToNurbsCurve()
Public Function ToNurbsCurve As NurbsCurve
Return Value
Type:
NurbsCurveThe curve, or null if the chain is not valid.
See Also