_AssemblyNode#
- class ansys.fluent.core.generated.datamodel_261.part_management.Root.AssemblyNode._AssemblyNode(service, rules, path)#
Bases:
PyMenuSingleton _AssemblyNode.
Classes:
ChangeChildrenSettings(service, rules, command)Command ChangeChildrenSettings.
Children(service, rules[, path])Parameter Children of value type list[str].
Context(service, rules[, path])Parameter Context of value type int.
Copy(service, rules, command[, path])Command Copy.
CreateChild(service, rules, command[, path])Command CreateChild.
EdgeExtraction(service, rules[, path])Choose how edges will be extracted from the CAD geometry.
FeatureAngle(service, rules[, path])Specify a rotational angle (in degrees) of transformation.
IsChildrenSettingsChanged(service, rules[, path])Parameter IsChildrenSettingsChanged of value type bool.
KeyId(service, rules[, path])Parameter KeyId of value type int.
MergeChildren(service, rules[, path])This option is only available when there are nested objects in the Meshing Model tree, and you want to assign object property settings to the top-level object.
Move(service, rules, command[, path])Command Move.
Name(service, rules[, path])Parameter Name of value type str.
OneZonePer(service, rules[, path])Specify whether to create your meshing zones based on an object, part, body or face.
Parent(service, rules[, path])Parameter Parent of value type str.
PrefixObjectName(service, rules[, path])Append the name of the object to the beginning of the name of the zone.
ReFacet(service, rules, command[, path])Select this option when you want to change faceting of the selected object.
ReFacetNow(service, rules, command[, path])Command ReFacetNow.
RefacetOperation(service, rules[, path])Parameter RefacetOperation of value type str.
Refaceting(service, rules, path)Singleton Refaceting.
Rename(service, rules, command[, path])Command Rename.
Transformations(service, rules[, path])Parameter Transformations of value type list[str].
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
- class Children(service, rules, path=None)#
Bases:
PyTextualParameter Children of value type list[str].
- class Context(service, rules, path=None)#
Bases:
PyNumericalParameter Context of value type int.
- class EdgeExtraction(service, rules, path=None)#
Bases:
PyTextualChoose how edges will be extracted from the CAD geometry. Setting this option to auto will extract edges from the CAD geometry when the number of meshing objects is less than 10,000. If this limit is exceeded, then no edges are extracted. When this option is set to yes, then edges are extracted regardless of the number of meshing objects. No edges are extracted when this option is set to no.
- class FeatureAngle(service, rules, path=None)#
Bases:
PyNumericalSpecify a rotational angle (in degrees) of transformation.
- class IsChildrenSettingsChanged(service, rules, path=None)#
Bases:
PyParameterParameter IsChildrenSettingsChanged of value type bool.
- class KeyId(service, rules, path=None)#
Bases:
PyNumericalParameter KeyId of value type int.
- class MergeChildren(service, rules, path=None)#
Bases:
PyParameterThis option is only available when there are nested objects in the Meshing Model tree, and you want to assign object property settings to the top-level object. Upon updating the task, disabling this option ensures that each nested sub-object becomes its own geometry object, whereas enabling this option merges all child sub-objects into a single geometry object.
- class OneZonePer(service, rules, path=None)#
Bases:
PyTextualSpecify whether to create your meshing zones based on an object, part, body or face. For instance, choosing the face option would create a separate zone for every topological face.
- class PrefixObjectName(service, rules, path=None)#
Bases:
PyParameterAppend the name of the object to the beginning of the name of the zone.
- class RefacetOperation(service, rules, path=None)#
Bases:
PyTextualParameter RefacetOperation of value type str.
- class Transformations(service, rules, path=None)#
Bases:
PyTextualParameter Transformations of value type list[str].
- __init__(service, rules, path)#
__init__ method of PyMenu class.