_BoundingBoxObject#
- class ansys.fluent.core.generated.datamodel_252.meshing.Root.IdentifyConstructionSurfaces._IdentifyConstructionSurfacesCommandArguments._BoundingBoxObject(parent, attr, service, rules, path)#
Bases:
PySingletonCommandArgumentsSubItem
View the extents of the bounding box.
Methods:
__init__
(parent, attr, service, rules, path)__init__ method of PySingletonCommandArgumentsSubItem class.
- class _SizeRelativeLength(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Determine if you would like to specify the bounding box for the construction surface 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:
PyNumericalCommandArgumentsSubItem
Extends the maximum size of the bounding box in the X direction by the specified value.
- class _XmaxRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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:
PyNumericalCommandArgumentsSubItem
Extends the minimum size of the bounding box in the X direction by the specified value.
- class _XminRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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:
PyNumericalCommandArgumentsSubItem
Extends the maximum size of the bounding box in the Y direction by the specified value.
- class _YmaxRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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:
PyNumericalCommandArgumentsSubItem
Extends the minimum size of the bounding box in the Y direction by the specified value.
- class _YminRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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:
PyNumericalCommandArgumentsSubItem
Extends the maximum size of the bounding box in the Z direction by the specified value.
- class _ZmaxRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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:
PyNumericalCommandArgumentsSubItem
Extends the minimum size of the bounding box in the Z direction by the specified value.
- class _ZminRatio(parent, attr, service, rules, path)#
Bases:
PyNumericalCommandArgumentsSubItem
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 PySingletonCommandArgumentsSubItem class.