ExternalDataFile#

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

Bases: object

A basic definition of the external data file.

Overview#

Description

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

FilePath

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

Identifier

Gets or sets the identifier of the external data file.

ImportSettings

IsMainFile

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#
property ExternalDataFile.IsMainFile: bool | None#