Click or drag to resize

BezierSurfaceControlVertexCount Method

Number of control vertices in this surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public int ControlVertexCount(
	int direction
)

Parameters

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.Geometry.BezierSurface.ControlVertexCount(System.Int32)"]

See Also