Click or drag to resize

CurveToNurbsCurve Method (Interval)

Constructs a NURBS curve representation of this curve.

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

Parameters

subdomain
Type: Rhino.GeometryInterval
The NURBS representation for this portion of the curve is returned.

Return Value

Type: NurbsCurve
NURBS representation of the curve on success, null on failure.
See Also