AXDTImportSettings#

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

Bases: object

defines how to import external data from an AXDT file.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Dimension

The dimension of the AXDT file.

Format

Gets the existing corresponding format.

Property detail#

property AXDTImportSettings.Dimension: Ansys.Mechanical.DataModel.Enums.SourceDimension | None#

The dimension of the AXDT file.

property AXDTImportSettings.Format: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat | None#

Gets the existing corresponding format.

Method detail#

AXDTImportSettings.Equals(obj: Any) bool#

Equals method.

AXDTImportSettings.GetHashCode() int#

GetHashCode method.

AXDTImportSettings.GetType() type#

GetType method.

AXDTImportSettings.ToString() str#

ToString method.