NurbsCurve.GrevillePoint Method

NurbsCurveGrevillePoint 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 Point3d GrevillePoint(
	int index
)
Public Function GrevillePoint ( 
	index As Integer
) As Point3d

Parameters

index
Type: SystemInt32
Index of Greville (Edit) point.

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.Geometry.NurbsCurve.GrevillePoint(System.Int32)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also