ExternalDataFile
#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ExternalDataFile#
Bases:
object
A basic definition of the external data file.
Overview#
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. |
|
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#