Curve.GetNurbsFormParameterFromCurveParameter Method

CurveGetNurbsFormParameterFromCurveParameter Method

Convert a curve parameter to a NURBS curve parameter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetNurbsFormParameterFromCurveParameter(
	double curveParameter,
	out double nurbsParameter
)
Public Function GetNurbsFormParameterFromCurveParameter ( 
	curveParameter As Double,
	<OutAttribute> ByRef nurbsParameter As Double
) As Boolean

Parameters

curveParameter
Type: SystemDouble
Curve parameter.
nurbsParameter
Type: SystemDouble
Nurbs form parameter.

Return Value

Type: Boolean
true on success, false on failure.
Remarks
If GetNurbForm returns 2, this function converts the curve parameter to the NURBS curve parameter.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also