The repair_tool_message.py module#

Summary#

RepairToolMessage

Provides return message for the repair tool methods.

create_repair_message_from_response

Create a RepairToolMessage from a serialized response.

Description#

Module for repair tool message.

Module detail#

ansys.geometry.core.tools.repair_tool_message.create_repair_message_from_response(response) RepairToolMessage#

Create a RepairToolMessage from a serialized response.

Parameters:
responseserialized response

The serialized response object containing repair tool information.

Returns:
RepairToolMessage

An instance of RepairToolMessage populated with data from the response.