_Node#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.Node._Node(service, rules, path)#
Bases:
PyMenuSingleton _Node.
Classes:
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.
KeyId(service, rules[, path])Parameter KeyId of value type int.
Move(service, rules, command[, path])Command Move.
Name(service, rules[, path])Parameter Name of value type str.
ObjectSetting(service, rules[, path])Parameter ObjectSetting of value type str.
Parent(service, rules[, path])Parameter Parent of value type str.
RefacetOperation(service, rules[, path])Parameter RefacetOperation of value type str.
Rename(service, rules, command[, path])Command Rename.
Suppress(service, rules[, path])Parameter Suppress of value type bool.
Transformations(service, rules[, path])Parameter Transformations of value type list[str].
Updated(service, rules[, path])Parameter Updated of value type bool.
WildcardCopy(service, rules, command[, path])Command WildcardCopy.
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 KeyId(service, rules, path=None)#
Bases:
PyNumericalParameter KeyId of value type int.
- class ObjectSetting(service, rules, path=None)#
Bases:
PyTextualParameter ObjectSetting of value type str.
- class RefacetOperation(service, rules, path=None)#
Bases:
PyTextualParameter RefacetOperation of value type str.
- class Suppress(service, rules, path=None)#
Bases:
PyParameterParameter Suppress of value type bool.
- class Transformations(service, rules, path=None)#
Bases:
PyTextualParameter Transformations of value type list[str].
- class Updated(service, rules, path=None)#
Bases:
PyParameterParameter Updated of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.