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