MAPDLImportSettings#

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

Bases: object

defines how to import external data from a MAPDL CDB file.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Dimension

The dimension of the MAPDL CDB file.

Format

Gets the existing corresponding format.

LengthUnit

The length unit of the MAPDL CDB file.

Property detail#

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

The dimension of the MAPDL CDB file.

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

Gets the existing corresponding format.

property MAPDLImportSettings.LengthUnit: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.LengthUnit | None#

The length unit of the MAPDL CDB file.

Method detail#

MAPDLImportSettings.Equals(obj: Any) bool#

Equals method.

MAPDLImportSettings.GetHashCode() int#

GetHashCode method.

MAPDLImportSettings.GetType() type#

GetType method.

MAPDLImportSettings.ToString() str#

ToString method.