M_Rhino_Geometry_Collections_NurbsSurfacePointList_GetGrevillePoint - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Point2d GetGrevillePoint(
int u,
int v
)
VB
Public Function GetGrevillePoint (
u As Integer,
v As Integer
) As Point2d
- u
- Type: System.Int32
Index of control-point along surface U direction. - v
- Type: System.Int32
Index of control-point along surface V direction.
Type: Point2d
A Surface UV coordinate on success, Point2d.Unset on failure.
Supported in: 6.0.16224.21491, 5D58w
NurbsSurfacePointList Class
Rhino.Geometry.Collections Namespace