Click or drag to resize

HermiteSurfaceUParameterAt Method

Gets the "u" parameter at an index. These parameters are strictly increasing.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public double UParameterAt(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Double
The parameter.
See Also