NurbsCurveGrevilleParameter Method |
Gets the greville (edit point) parameter that belongs
to the control point at the specified index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double GrevilleParameter(
int index
)
Public Function GrevilleParameter (
index As Integer
) As Double
Parameters
- index
- Type: SystemInt32
Index of Greville (Edit) point.
Return Value
Type:
Double[Missing <returns> documentation for "M:Rhino.Geometry.NurbsCurve.GrevilleParameter(System.Int32)"]
See Also