InspectResult
#
- class ansys.geometry.core.tools.check_geometry.InspectResult(grpc_client: ansys.geometry.core.connection.client.GrpcClient, body: ansys.geometry.core.designer.body.Body, issues: list[GeometryIssue])#
Provides the result of the inspect geometry operation.
Overview#
Import detail#
from ansys.geometry.core.tools.check_geometry import InspectResult
Property detail#
- property InspectResult.body: ansys.geometry.core.designer.body.Body#
The body for which issues are found.
- property InspectResult.issues: list[GeometryIssue]#
The list of issues for the body.
Method detail#
- InspectResult.repair() ansys.geometry.core.tools.repair_tool_message.RepairToolMessage #
Repair the problem area.
- Returns:
RepairToolMessage
Message containing created and/or modified bodies.