ImportSettingsFactory#

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

Bases: object

Overview#

GetSettingsForFormat

constructs and returns the correct settings class

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Method detail#

ImportSettingsFactory.Equals(obj: Any) bool#

Equals method.

ImportSettingsFactory.GetHashCode() int#

GetHashCode method.

classmethod ImportSettingsFactory.GetSettingsForFormat(format: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat) Ansys.Mechanical.ExternalData.ImportSettingsBase#
 constructs and returns the correct settings class
instance based on the specified format.
ImportSettingsFactory.GetType() type#

GetType method.

ImportSettingsFactory.ToString() str#

ToString method.