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

BoundingBox.print_default()

Print the default values of BoundingBox.

BoundingBox.set_default([xmin, ymin, zmin, ...])

Set the default values of BoundingBox.

Attributes

BoundingBox.xmax

Maximal X coordinate of the bounding box.

BoundingBox.xmin

Minimal X coordinate of the bounding box.

BoundingBox.ymax

Maximal Y coordinate of the bounding box.

BoundingBox.ymin

Minimal Y coordinate of the bounding box.

BoundingBox.zmax

Maximal Z coordinate of the bounding box.

BoundingBox.zmin

Minimal Z coordinate of the bounding box.