MeshingWorkflow#
- class ansys.fluent.core.generated.datamodel_242.preferences.Root.MeshingWorkflow(service, rules, path)#
Bases:
PyMenu
Singleton MeshingWorkflow.
Classes:
CADOptions
(service, rules, path)Singleton CADOptions.
CheckpointingOption
(service, rules[, path])Parameter CheckpointingOption of value type str.
DrawSettings
(service, rules, path)Singleton DrawSettings.
SaveCheckpointFiles
(service, rules[, path])Parameter SaveCheckpointFiles of value type bool.
SaveWftFileWithMesh
(service, rules[, path])Parameter SaveWftFileWithMesh of value type bool.
TempFolder
(service, rules[, path])Parameter TempFolder of value type str.
TemplatesFolder
(service, rules[, path])Parameter TemplatesFolder of value type str.
Verbosity
(service, rules[, path])Parameter Verbosity of value type str.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class CheckpointingOption(service, rules, path=None)#
Bases:
PyTextual
Parameter CheckpointingOption of value type str.
- class SaveCheckpointFiles(service, rules, path=None)#
Bases:
PyParameter
Parameter SaveCheckpointFiles of value type bool.
- class SaveWftFileWithMesh(service, rules, path=None)#
Bases:
PyParameter
Parameter SaveWftFileWithMesh of value type bool.
- class TempFolder(service, rules, path=None)#
Bases:
PyTextual
Parameter TempFolder of value type str.
- class TemplatesFolder(service, rules, path=None)#
Bases:
PyTextual
Parameter TemplatesFolder of value type str.
- __init__(service, rules, path)#
__init__ method of PyMenu class.