ImportSettings#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Materials.ImportSettings#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Filter

All materials will be imported if this list of the names of

Replace

A boolean to specify if a material exists in Mechanical that

Property detail#

property ImportSettings.Filter: List[str] | None#

All materials will be imported if this list of the names of specific materials to be imported is not specified.

property ImportSettings.Replace: bool | None#

A boolean to specify if a material exists in Mechanical that it should be replaced by these imported material(s).

Method detail#

ImportSettings.Equals(obj: Any) bool#

Equals method.

ImportSettings.GetHashCode() int#

GetHashCode method.

ImportSettings.GetType() type#

GetType method.

ImportSettings.ToString() str#

ToString method.