SizeControlsTable#
- class ansys.fluent.core.generated.datamodel_252.meshing.Root.SizeControlsTable(service, rules, command, path=None)#
Bases:
PyCommand
Review the mesh control settings, such as the Minimum Size, the Maximum Size, and the Growth Rate, as well as a table of common settings. Parameters ———- GlobalMin : float GlobalMax : float TargetGrowthRate : float DrawSizeControl : bool
Enable this field to display the size boxes in the graphics window.
- InitialSizeControlbool
Enable this field to display the initial size control in the graphics window.
- TargetSizeControlbool
Enable this field to display the target size control in the graphics window.
- SizeControlIntervalfloat
Specify the amount of size control boxes to display.
SizeControlParameters : dict[str, Any]
- Returns:
Methods:
Create a command instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create a command instance.