Click or drag to resize

SubDEdgeChainToLoftCurve Method

Gets a NURBS curve suitable for lofting SubDs, following this chain.

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

Return Value

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