_BoundingBoxObject#

class ansys.fluent.core.generated.datamodel_252.meshing.Root.CreateLocalRefinementRegions._CreateLocalRefinementRegionsArguments._BoundingBoxObject(parent, attr, service, rules, path)#

Bases: PyArgumentsSingletonSubItem

View the extents of the bounding box.

Methods:

__init__(parent, attr, service, rules, path)

__init__ method of PyArgumentsSingletonSubItem class.

class _SizeRelativeLength(parent, attr, service, rules, path)#

Bases: PyArgumentsTextualSubItem

Determine if you would like to specify the bounding box for the refinement region as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.

class _Xmax(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Specify the X-coordinate for the initial position of the cylindrical refinement region.

class _XmaxRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.

class _Xmin(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the X direction by the specified value.

class _XminRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.

class _Ymax(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Specify the X-coordinate for the initial position of the cylindrical refinement region.

class _YmaxRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the maximum size of the bounding box in the Y direction by the specified value. The value is the ratio relative to the geometry size in the Y direction.

class _Ymin(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the Y direction by the specified value.

class _YminRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the Y direction by the specified value. The value is the ratio relative to the geometry size in the Y direction.

class _Zmax(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Specify the X-coordinate for the initial position of the cylindrical refinement region.

class _ZmaxRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.

class _Zmin(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the Z direction by the specified value.

class _ZminRatio(parent, attr, service, rules, path)#

Bases: PyArgumentsNumericalSubItem

Extends the minimum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.

__init__(parent, attr, service, rules, path)#

__init__ method of PyArgumentsSingletonSubItem class.