MissingFaceProblemAreas#

class ansys.geometry.core.tools.problem_areas.MissingFaceProblemAreas(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient, edges: beartype.typing.List[ansys.geometry.core.designer.edge.Edge])#

Bases: ProblemArea

Provides missing face problem area definition.

Parameters:
idstr

Server-defined ID for the body.

grpc_clientGrpcClient

Active supporting geometry service instance for design modeling.

edgesList[Edge]

List of edges associated with the design.

Overview#

fix

Fix the problem area.

edges

The list of the edges connected to this problem area.

Import detail#

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

Property detail#

property MissingFaceProblemAreas.edges: beartype.typing.List[ansys.geometry.core.designer.edge.Edge]#

The list of the edges connected to this problem area.

Method detail#

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

Fix the problem area.

Returns:
message: RepairToolMessage

Message containing created and/or modified bodies.