ExternalDataFile#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ExternalDataFile#

Bases: object

A basic definition of the external data file.

Overview#

FilePath

Gets or sets the file path of the external data file.

Identifier

Gets or sets the identifier of the external data file.

Description

Gets or sets the optional description of the external data file.

IsMainFile

ImportSettings

Property detail#

property ExternalDataFile.FilePath: System.String | None

Gets or sets the file path of the external data file.

property ExternalDataFile.Identifier: System.String | None

Gets or sets the identifier of the external data file.

property ExternalDataFile.Description: System.String | None

Gets or sets the optional description of the external data file.

property ExternalDataFile.IsMainFile: System.Boolean | None
property ExternalDataFile.ImportSettings: Ansys.Mechanical.ExternalData.ImportSettingsBase | None