ICEPAKImportSettings
Last update: 14.01.2025
ICEPAKImportSettings
class Ansys.Mechanical.ExternalData.ICEPAKImportSettings
Bases: object
T:Ansys.Mechanical.ExternalData.ICEPAKImportSettings defines how to import external data from an ICEPAK BOOL or ICEPAK COND file.
Overview
Properties
Name | Description |
---|---|
Format |
Gets the existing corresponding format. |
SupportingFileDescription |
The supporting file description. This is optional. |
SupportingFileIdentifier |
The supporting file identifier. The identifier should be unique, otherwise, an exception will be |
SupportingFilePath |
The supporting file path of the ICEPAK INFO file. |
Property detail
property ICEPAKImportSettings.Format : Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat | None
Gets the existing corresponding format.
property ICEPAKImportSettings.SupportingFileDescription : str | None
The supporting file description. This is optional.
property ICEPAKImportSettings.SupportingFileIdentifier : str | None
The supporting file identifier. The identifier should be unique, otherwise, an exception will be thrown during the import.
property ICEPAKImportSettings.SupportingFilePath : str | None
The supporting file path of the ICEPAK INFO file.