BoundingBoxExtent
General
BoundingBoxExtent és una classe en Aspose.3d per a Python.
BoundingBoxExtent.extent_x representa la mida de l’esfera delimitació al llarg de la línia X.
Propietats
| 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 |
Mètodes
| Signature | Description |
|---|---|
__init__(extent_x: float, extent_y: float, extent_z: float) |