_AssemblyNode#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.AssemblyNode._AssemblyNode(service, rules, path)#
Bases:
PyMenu
Singleton _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. Refaceting will refacet the original CAD geometry. Only the faceted CAD geometry is used during the meshing process. The refaceting settings control how far the facet edges are from the model and the size of the facets. More... Parameters ---------- Deviation : float Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges. NormalAngle : float Specify a rotational angle (in degrees) of transformation. MaxSize : float Specify a maximum element size for the imported model to avoid very large facets during the file import.
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:
PyTextual
Parameter Children of value type list[str].
- class Context(service, rules, path=None)#
Bases:
PyNumerical
Parameter Context of value type int.
- class EdgeExtraction(service, rules, path=None)#
Bases:
PyTextual
Choose 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:
PyNumerical
Specify a rotational angle (in degrees) of transformation.
- class IsChildrenSettingsChanged(service, rules, path=None)#
Bases:
PyParameter
Parameter IsChildrenSettingsChanged of value type bool.
- class KeyId(service, rules, path=None)#
Bases:
PyNumerical
Parameter KeyId of value type int.
- class MergeChildren(service, rules, path=None)#
Bases:
PyParameter
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. 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:
PyTextual
Specify 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:
PyParameter
Append the name of the object to the beginning of the name of the zone.
- class RefacetOperation(service, rules, path=None)#
Bases:
PyTextual
Parameter RefacetOperation of value type str.
- class Transformations(service, rules, path=None)#
Bases:
PyTextual
Parameter Transformations of value type list[str].
- __init__(service, rules, path)#
__init__ method of PyMenu class.