M_Rhino_Geometry_Curve_ToNurbsCurve_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.ToNurbsCurve Method (Interval)

Constructs a NURBS curve representation of this curve.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public NurbsCurve ToNurbsCurve(
	Interval subdomain
)

VB

Public Function ToNurbsCurve ( 
	subdomain As Interval
) As NurbsCurve

Parameters

 

subdomain
Type: Rhino.Geometry.Interval
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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
ToNurbsCurve Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️