Click or drag to resize

HermiteSurfacePointAt Method

Gets the interpolation point at the u,v parameter location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Point3d PointAt(
	int uIndex,
	int vIndex
)

Parameters

uIndex
Type: SystemInt32
The "u" index.
vIndex
Type: SystemInt32
The "v" index.

Return Value

Type: Point3d
The point location.
See Also