InputFileChanged#

class ansys.fluent.core.generated.datamodel_252.part_management.Root.InputFileChanged(service, rules, command, path=None)#

Bases: PyCommand

Command InputFileChanged.

Parameters:
FilePathstr
PartPerBodybool

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.

PrefixParentNamebool

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.

RemoveEmptyPartsbool

Enabled by default, this option lets you import your CAD geometry while removing any empty components.

IgnoreSolidNamesbool

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.

FileLengthUnitstr

Specify the units of length used by this .stl file before loading the CAD file.

JtLODstr

Specify the level of detail that you want to include for this .jt file before loading the CAD file.

Optionsdict[str, Any]
RefacetOptionsdict[str, Any]
Returns:
bool

Methods:

create_instance()

Create a command instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create a command instance.