BoundingBoxExtent

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

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

Mètodes

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