Description:
Gets the bounding box of an ngon.
Syntax:
Parameters:
- index
- Type: int
- A ngon index.
Returns:
Type: BoundingBox
A new bounding box, or <b>BoundingBox.Empty</b> on error.
Available since:
6.0
Description:
Gets the bounding box of an ngon.
Syntax:
Parameters:
- ngon
- Type: MeshNgon
- An ngon.
Returns:
Type: BoundingBox
A new bounding box, or <b>BoundingBox.Empty</b> on error.
Available since:
6.0