MeshNgonList.GetNgonBoundingBox Method (MeshNgon)

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
)
Public Function GetNgonBoundingBox ( 
	ngon As MeshNgon
) As BoundingBox

Parameters

ngon
Type: Rhino.GeometryMeshNgon
An ngon.

Return Value

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