NurbsCurve.GrevilleParameter Method

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)
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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also