Click or drag to resize

HermiteSurfaceSetPointAt Method

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

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

Parameters

uIndex
Type: SystemInt32
The "u" index.
vIndex
Type: SystemInt32
The "v" index.
point
Type: Rhino.GeometryPoint3d
The point location.
See Also