RhinoCommon API
MeshNgonListGetNgonBoundingBox Method (MeshNgon) |
Gets the bounding box of an ngon.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public BoundingBox GetNgonBoundingBox( MeshNgon ngon )
Public Function GetNgonBoundingBox ( ngon As MeshNgon ) As BoundingBox
Parameters
- ngon
- Type: Rhino.GeometryMeshNgon
An ngon.
Return Value
Type: BoundingBoxA new bounding box, or Empty on error.
