Click or drag to resize

SurfaceGetSpanVector Method

Gets array of span "knots".

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double[] GetSpanVector(
	int direction
)

Parameters

direction
Type: SystemInt32
0 gets first parameter's domain, 1 gets second parameter's domain.

Return Value

Type: Double
An array with span vectors; or null on error.
See Also