ansys.meshing.prime.BoundingBox Last update: 17.07.2025 static BoundingBox.set_default(xmin=None, ymin=None, zmin=None, xmax=None, ymax=None, zmax=None) Set the default values of the BoundingBox object. Parameters: xmin: float, optional : Minimal X coordinate of the bounding box. ymin: float, optional : Minimal Y coordinate of the bounding box. zmin: float, optional : Minimal Z coordinate of the bounding box. xmax: float, optional : Maximal X coordinate of the bounding box. ymax: float, optional : Maximal Y coordinate of the bounding box. zmax: float, optional : Maximal Z coordinate of the bounding box.