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