NurbsSurfacePointList.GetGrevillePoint Method

NurbsSurfacePointListGetGrevillePoint Method

Gets the 2-D Greville point associated with the control point at the given (u, v) index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point2d GetGrevillePoint(
	int u,
	int v
)
Public Function GetGrevillePoint ( 
	u As Integer,
	v As Integer
) As Point2d

Parameters

u
Type: SystemInt32
Index of control point in the surface U direction.
v
Type: SystemInt32
Index of control point in the surface V direction.

Return Value

Type: Point2d
A Surface UV coordinate on success, Point2d.Unset on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also