Click or drag to resize

MeshNgonListGetNgonBoundingBox Method (Int32)

Gets the bounding box of an ngon.

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

Parameters

index
Type: SystemInt32
A ngon index.

Return Value

Type: BoundingBox
A new bounding box, or Empty on error.
See Also