RepairToolMessage
#
- class ansys.geometry.core.tools.repair_tool_message.RepairToolMessage(success: bool, created_bodies: list[str], modified_bodies: list[str])#
Provides return message for the repair tool methods.
Overview#
The success of the repair operation. |
|
The list of the created bodies after the repair operation. |
|
The list of the modified bodies after the repair operation. |
Import detail#
from ansys.geometry.core.tools.repair_tool_message import RepairToolMessage