M_Rhino_Geometry_Surface_SpanCount - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.SpanCount Method

Gets number of smooth nonempty spans in the parameter direction.

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

Syntax

C#

public int SpanCount(
	int direction
)

VB

Public Function SpanCount ( 
	direction As Integer
) As Integer

Parameters

 

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

Return Value

Type: Int32
The span count.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

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