RepairToolMessage
#
- class ansys.geometry.core.tools.repair_tool_message.RepairToolMessage(success: bool, created_bodies: list[str], modified_bodies: list[str], found: int = -1, repaired: int = -1)#
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. |
|
Number of problem areas found for the repair operation. |
|
Number of problem areas repaired during the repair operation. |
Import detail#
from ansys.geometry.core.tools.repair_tool_message import RepairToolMessage
Property detail#
- property RepairToolMessage.created_bodies: list[str]#
The list of the created bodies after the repair operation.