_LoadFmdFileCommandArguments#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.LoadFmdFile._LoadFmdFileCommandArguments(service, rules, command, path, id)#
Bases:
PyCommandArguments
Methods:
__init__
(service, rules, command, path, id)__init__ method of PyCommandArguments class.
- class _FilePath(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument FilePath.
- class _FileUnit(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument FileUnit.
- class _IgnoreSolidNames(parent, attr, service, rules, path)#
Bases:
PyParameterCommandArgumentsSubItem
Enable this option to import your CAD geometry while ignoring the names assigned to solids. Note that binary STL files contain a single solid and may have an associated solid name, whereas ASCII STL files contain one or more solids and each can have a solid name. This option allows to control whether or not to use the name contained in the STL file for naming mesh objects and components.
- class _JtLOD(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Specify the level of detail that you want to include for this .jt file before loading the CAD file.
- class _PartPerBody(parent, attr, service, rules, path)#
Bases:
PyParameterCommandArgumentsSubItem
Enable this option to make all bodies available as individual parts in the CAD Model tree once the CAD file is loaded into the task.
- class _PrefixParentName(parent, attr, service, rules, path)#
Bases:
PyParameterCommandArgumentsSubItem
This applies the name of the component (or assembly) as a prefix to the individual part names when the geometry is loaded into the task.
- class _RemoveEmptyParts(parent, attr, service, rules, path)#
Bases:
PyParameterCommandArgumentsSubItem
Enabled by default, this option lets you import your CAD geometry while removing any empty components.
- class _Route(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Provides the recommended route in order to import and load the specified CAD file into this task. The default settings are recommended in most cases. More…
- __init__(service, rules, command, path, id)#
__init__ method of PyCommandArguments class.