Click or drag to resize

MeshNgonListGetNgonBoundingBox Method (MeshNgon)

Gets the bounding box of an ngon.

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

Parameters

ngon
Type: Rhino.GeometryMeshNgon
An ngon.

Return Value

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