Message#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.Application.Message(text: str, severity: Ansys.Mechanical.DataModel.Enums.MessageSeverityType)#
Bases:
objectA message.
Overview#
Equals method. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
The display string of the message. |
|
The location of the message. |
|
MessageVisibility property. |
|
The list of objects related to the message. |
|
The severity of the message. |
|
The source object of the message. |
|
The string ID of the message. |
|
The timestamp of the message. |
__repr__ method. |
Property detail#
- property Message.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
The location of the message.
- property Message.RelatedObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
The list of objects related to the message.
- property Message.Severity: Ansys.Mechanical.DataModel.Enums.MessageSeverityType | None#
The severity of the message.
- property Message.Source: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
The source object of the message.
Method detail#
- Message.Equals(other: Ansys.Mechanical.Application.Message) bool#
Equals method.