Gets number of smooth nonempty spans in the parameter direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int SpanCount(
int direction
)
Public Function SpanCount (
direction As Integer
) As Integer
Parameters
- direction
- Type: SystemInt32
0 gets first parameter's domain, 1 gets second parameter's domain.
Return Value
Type:
Int32The span count.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also