BoundingBoxExtent
Overview
BoundingBoxExtent is a class in Aspose.3D FOSS for Python.
BoundingBoxExtent.extent_x represents the size of the bounding box along the X axis.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extent_x | float | Read | Represents the size of the bounding box along the X axis |
extent_y | float | Read | Represents the size of the bounding box along the Y axis |
extent_z | float | Read | Represents the size of the bounding box along the Z axis |
_extent_x | `` | Read | |
_extent_y | `` | Read | |
_extent_z | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(extent_x: float, extent_y: float, extent_z: float) |