ExternalDataFile#
- class ansys.mechanical.stubs.v251.Ansys.Mechanical.ExternalData.ExternalDataFile(importSettings: Ansys.Mechanical.ExternalData.ImportSettingsBase, filePath: str, identifier: str, description: str, isMainFile: bool, isRootRelativePath: bool)#
Bases:
objectA basic definition of the external data file.
Overview#
Equals method. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
Gets or sets the optional description of the external data file. |
|
Gets or sets the file path of the external data file. |
|
Gets or sets the identifier of the external data file. |
|
Gets or sets the import settings for current external data file. |
|
Gets or sets the main file flag of the external data file. |
|
IsRootRelativePath property. |
Property detail#
- property ExternalDataFile.Description: str | None#
Gets or sets the optional description of the external data file.
- property ExternalDataFile.FilePath: str | None#
Gets or sets the file path of the external data file.
- property ExternalDataFile.Identifier: str | None#
Gets or sets the identifier of the external data file.
- property ExternalDataFile.ImportSettings: Ansys.Mechanical.ExternalData.ImportSettingsBase | None#
Gets or sets the import settings for current external data file.
An import settings can be created by calling the GetSettingsForFormat method from the factory class .
- property ExternalDataFile.IsMainFile: bool | None#
Gets or sets the main file flag of the external data file.
The nodal coordinate data for the selected main file is processed by the mapping utility. The nodal coordinate data will be skipped in all other files.
Only one file can be set as the main file, otherwise, an exception will be thrown during the import.
If the import format is MAPDL, the value of this property will be ignored as the MAPDL CDB file will always be treated as main file during the import.