BoundingBox#
- class ansys.meshing.prime.BoundingBox(model=None, xmin=None, ymin=None, zmin=None, xmax=None, ymax=None, zmax=None, json_data=None, **kwargs)#
Provides information about the definition of a bounding box.
Methods
Print the default values of BoundingBox.
BoundingBox.set_default
([xmin, ymin, zmin, ...])Set the default values of BoundingBox.
Attributes
Maximal X coordinate of the bounding box.
Minimal X coordinate of the bounding box.
Maximal Y coordinate of the bounding box.
Minimal Y coordinate of the bounding box.
Maximal Z coordinate of the bounding box.
Minimal Z coordinate of the bounding box.