DuplicateFaceProblemAreas#

class ansys.geometry.core.tools.problem_areas.DuplicateFaceProblemAreas(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient, faces: beartype.typing.List[ansys.geometry.core.designer.face.Face])#

Bases: ProblemArea

Provides duplicate face problem area definition.

Represents a duplicate face problem area with unique identifier and associated faces.

Parameters:
idstr

Server-defined ID for the body.

grpc_clientGrpcClient

Active supporting geometry service instance for design modeling.

facesList[Face]

List of faces associated with the design.

Overview#

fix

Fix the problem area.

faces

The list of the edges connected to this problem area.

Import detail#

from ansys.geometry.core.tools.problem_areas import DuplicateFaceProblemAreas

Property detail#

property DuplicateFaceProblemAreas.faces: beartype.typing.List[ansys.geometry.core.designer.face.Face]#

The list of the edges connected to this problem area.

Method detail#

DuplicateFaceProblemAreas.fix() ansys.geometry.core.tools.repair_tool_message.RepairToolMessage#

Fix the problem area.

Returns:
message: RepairToolMessage

Message containing created and/or modified bodies.