AppendFmdFiles#

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

Bases: PyCommand

Command AppendFmdFiles.

Parameters:
FilePathlist[str]
AssemblyParentNodeint
FileUnitstr
Routestr

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…

JtLODstr

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

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.

IgnoreSolidNamesAppendbool

Enable this field and browse and select additional CAD files. Use the Append button to add the additional CAD components to the bottom of the CAD Model tree upon loading.

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.