Click or drag to resize

MeshNgonListGetNgonOuterEdgeCount Method

Gets the outer edge count of an ngon.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int GetNgonOuterEdgeCount(
	int index
)

Parameters

index
Type: SystemInt32
Ngon index.

Return Value

Type: Int32
Outer edge count or zero on error.
See Also