Curve.GetCurveParameterFromNurbsFormParameter Method

CurveGetCurveParameterFromNurbsFormParameter Method

Convert a NURBS curve parameter to a curve parameter.

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

Parameters

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

Return Value

Type: Boolean
true on success, false on failure.
Remarks
If HasNurbForm 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.8
See Also