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.

Properties

NameTypeAccessDescription
extent_xfloatReadRepresents the size of the bounding box along the X axis
extent_yfloatReadRepresents the size of the bounding box along the Y axis
extent_zfloatReadRepresents the size of the bounding box along the Z axis
_extent_x``Read
_extent_y``Read
_extent_z``Read

Methods

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

See Also