The repair_tool_message.py module#
Summary#
Provides return message for the repair tool methods. |
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:
- response
serializedresponse The serialized response object containing repair tool information.
- response
- Returns:
RepairToolMessageAn instance of RepairToolMessage populated with data from the response.