BoundingBoxExtent

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

NameTypeAccessDescription
extent_xfloatReadGets the extent x.
extent_yfloatReadGets the extent y.
extent_zfloatReadGets the extent z.

Methods

SignatureDescription
__init__(extent_x: float, extent_y: float, extent_z: float)

See Also