ECADImportSettings#

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

Bases: object

defines how to import external data from an ECAD file.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Format

Gets the existing corresponding format.

UseDummyNetData

The UseDummyNetData falg of the ECAD file. For External Data files that include trace mapping,

Property detail#

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

Gets the existing corresponding format.

property ECADImportSettings.UseDummyNetData: bool | None#

The UseDummyNetData falg of the ECAD file. For External Data files that include trace mapping, selecting this option enables you to import trace data belonging to the dummy net of the file.

Method detail#

ECADImportSettings.Equals(obj: Any) bool#

Equals method.

ECADImportSettings.GetHashCode() int#

GetHashCode method.

ECADImportSettings.GetType() type#

GetType method.

ECADImportSettings.ToString() str#

ToString method.