ImportSettingsBase#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Table.ImportSettingsBase#

Bases: object

A base class for Table import settings.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Format

Gets the existing corresponding format.

PathType

Gets or sets the type of URI provided for Table import.

Property detail#

property ImportSettingsBase.Format: Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat | None#

Gets the existing corresponding format.

property ImportSettingsBase.PathType: Ansys.Mechanical.DataModel.MechanicalEnums.Common.PathType | None#

Gets or sets the type of URI provided for Table import. Default:

Method detail#

ImportSettingsBase.Equals(obj: Any) bool#

Equals method.

ImportSettingsBase.GetHashCode() int#

GetHashCode method.

ImportSettingsBase.GetType() type#

GetType method.

ImportSettingsBase.ToString() str#

ToString method.