SurfaceGetSpanVector Method |
Gets array of span "knots".
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic double[] GetSpanVector(
int direction
)
Public Function GetSpanVector (
direction As Integer
) As Double()
Parameters
- direction
- Type: SystemInt32
0 gets first parameter's domain, 1 gets second parameter's domain.
Return Value
Type:
DoubleAn array with span vectors; or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also