RepairToolMessage#

class ansys.geometry.core.tools.repair_tool_message.RepairToolMessage(success: bool, created_bodies: beartype.typing.List[str], modified_bodies: beartype.typing.List[str])#

Provides return message for the repair tool methods.

Overview#

success

The success of the repair operation.

created_bodies

The list of the created bodies after the repair operation.

modified_bodies

The list of the modified bodies after the repair operation.

Import detail#

from ansys.geometry.core.tools.repair_tool_message import RepairToolMessage

Property detail#

property RepairToolMessage.success: bool#

The success of the repair operation.

property RepairToolMessage.created_bodies: beartype.typing.List[str]#

The list of the created bodies after the repair operation.

property RepairToolMessage.modified_bodies: beartype.typing.List[str]#

The list of the modified bodies after the repair operation.