CurveGetCurveParameterFromNurbsFormParameter Method |
Convert a NURBS curve parameter to a curve parameter.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Booleantrue on success, false on failure.
Remarks
If HasNurbForm returns 2, this function converts the curve parameter to the NURBS curve parameter.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also