Click or drag to resize

HermiteSurfaceSetTwistAt Method

Set the twist direction (mixed second partial derivative) to interpolate at the u,v parameter location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void SetTwistAt(
	int uIndex,
	int vIndex,
	Vector3d twist
)

Parameters

uIndex
Type: SystemInt32
The "u" index.
vIndex
Type: SystemInt32
The "v" index.
twist
Type: Rhino.GeometryVector3d
The twist direction.
See Also