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.
This class provides 1 method for working with BoundingBoxExtent objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: extent_x, extent_y, extent_z.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extent_x | float | Read | Gets the extent x. |
extent_y | float | Read | Gets the extent y. |
extent_z | float | Read | Gets the extent z. |
Methods
| Signature | Description |
|---|---|
__init__(extent_x: float, extent_y: float, extent_z: float) |