_ModifyMeshRefinementCommandArguments#

class ansys.fluent.core.generated.datamodel_261.meshing.Root.ModifyMeshRefinement._ModifyMeshRefinementCommandArguments(service, rules, command, path, id)#

Bases: PyCommandArguments

Methods:

__init__(service, rules, command, path, id)

__init__ method of PyCommandArguments class.

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

Bases: PyTextualCommandArgumentsSubItem

Specify whether the size control is to be applied to an indicated zone or a label.

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

Bases: PyNumericalCommandArgumentsSubItem

Argument LocalMaxSize.

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

Bases: PyNumericalCommandArgumentsSubItem

Argument LocalMinSize.

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

Bases: PyNumericalCommandArgumentsSubItem

Specify a value for the local sizing parameter to be applied to the indicated zone.

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

Bases: PyTextualCommandArgumentsSubItem

Argument MeshObject.

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

Bases: PyNumericalCommandArgumentsSubItem

Argument RemeshCellsPerGap.

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

Bases: PyTextualCommandArgumentsSubItem

Provide a name for this specific size control.

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

Bases: PyNumericalCommandArgumentsSubItem

Argument RemeshCurvatureNormalAngle.

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

Bases: PyTextualCommandArgumentsSubItem

Specify whether to just add the current size control to the workflow, or to add the size control and perform a remeshing operation immediately thereafter.

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

Bases: PyTextualCommandArgumentsSubItem

Choose from the list of zone labels, or enter a text string to filter out the list of face zone labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using *, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or * in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More…

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

Bases: PyTextualCommandArgumentsSubItem

Choose from the list of zones, or enter a text string to filter out the list of face zones. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using *, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or * in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More…

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

Bases: PyNumericalCommandArgumentsSubItem

Argument RemeshGrowthRate.

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

Bases: PyTextualCommandArgumentsSubItem

Argument SizingType.

__init__(service, rules, command, path, id)#

__init__ method of PyCommandArguments class.