_InputFileChangedCommandArguments#
- class ansys.fluent.core.generated.datamodel_261.part_management.Root.InputFileChanged._InputFileChangedCommandArguments(service, rules, command, path, id)#
Bases:
PyCommandArguments
Methods:
__init__
(service, rules, command, path, id)__init__ method of PyCommandArguments class.
- class _FileLengthUnit(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Specify the units of length used by this .stl file before loading the CAD file.
- class _FilePath(parent, attr, service, rules, path)#
Bases:
PyTextualCommandArgumentsSubItem
Argument FilePath.
- 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.
- __init__(service, rules, command, path, id)#
__init__ method of PyCommandArguments class.