M_Rhino_Geometry_Surface_GetSpanVector - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.GetSpanVector Method

Gets array of span "knots".

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double[] GetSpanVector(
	int direction
)

VB

Public Function GetSpanVector ( 
	direction As Integer
) As Double()

Parameters

 

direction
Type: System.Int32
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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️