_ObjectSetting#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.ObjectSetting._ObjectSetting(service, rules, path)#
Bases:
PyMenu
Singleton _ObjectSetting.
Classes:
Add
(service, rules, command[, path])Command Add.
Children
(service, rules[, path])Parameter Children of value type list[str].
Context
(service, rules[, path])Parameter Context of value type int.
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.
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.
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.
PrefixObjectName
(service, rules[, path])Append the name of the object to the beginning of the name of the zone.
Remove
(service, rules, command[, path])Command Remove.
Rename
(service, rules, command[, path])Command Rename.
UseDefaultSettings
(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.
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 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 UseDefaultSettings(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, enabling this option applies the top-level (or the default) object settings to all child sub-objects, whereas disabling this option lets you define separate object settings for your individual sub-objects.
- __init__(service, rules, path)#
__init__ method of PyMenu class.