M_Rhino_Geometry_NurbsCurve_GrevillePoint - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurve.GrevillePoint 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) Version: Rhino 6.0

Syntax

C#

public Point3d GrevillePoint(
	int index
)

VB

Public Function GrevillePoint ( 
	index As Integer
) As Point3d

Parameters

 

index
Type: System.Int32
Index of Greville (Edit) point.

Return Value

Type: Point3d
[Missing documentation for "M:Rhino.Geometry.NurbsCurve.GrevillePoint(System.Int32)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️