GeometryIssue
#
- class ansys.geometry.core.tools.check_geometry.GeometryIssue(message_type: str, message_id: str, message: str, edges: list[str], faces: list[str])#
Provides return message for the repair tool methods.
Overview#
The type of the message (warning, error, info). |
|
The identifier for the message. |
|
The content of the message. |
|
The List of edges (if any) that are part of the issue. |
|
The List of faces (if any) that are part of the issue. |
Import detail#
from ansys.geometry.core.tools.check_geometry import GeometryIssue