ICEPAKImportSettings#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.ExternalData.ICEPAKImportSettings#

Bases: object

defines how to import external data from an ICEPAK BOOL or ICEPAK COND file.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

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.

Method detail#

ICEPAKImportSettings.Equals(obj: Any) bool#

Equals method.

ICEPAKImportSettings.GetHashCode() int#

GetHashCode method.

ICEPAKImportSettings.GetType() type#

GetType method.

ICEPAKImportSettings.ToString() str#

ToString method.