M_Rhino_Geometry_Collections_NurbsSurfacePointList_GetGrevillePoint - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsSurfacePointList.GetGrevillePoint Method

Gets the Greville point (u, v) coordinates associated with the control point at the given indices.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point2d GetGrevillePoint(
	int u,
	int v
)

VB

Public Function GetGrevillePoint ( 
	u As Integer,
	v As Integer
) As Point2d

Parameters

 

u
Type: System.Int32
Index of control-point along surface U direction.
v
Type: System.Int32
Index of control-point along surface V direction.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace

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