ShortEdgeProblemAreas
#
- class ansys.geometry.core.tools.problem_areas.ShortEdgeProblemAreas(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient, edges: list[ansys.geometry.core.designer.edge.Edge])#
Bases:
ProblemArea
Represents a short edge problem area with a unique identifier and associated edges.
Overview#
Import detail#
from ansys.geometry.core.tools.problem_areas import ShortEdgeProblemAreas
Property detail#
- property ShortEdgeProblemAreas.edges: list[ansys.geometry.core.designer.edge.Edge]#
The list of the ids of the edges connected to this problem area.
Method detail#
- ShortEdgeProblemAreas.fix() ansys.geometry.core.tools.repair_tool_message.RepairToolMessage #
Fix the problem area.
- Returns:
- message:
RepairToolMessage
Message containing created and/or modified bodies.
- message: