StitchFaceProblemAreas#

class ansys.geometry.core.tools.problem_areas.StitchFaceProblemAreas(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient, bodies: beartype.typing.List[ansys.geometry.core.designer.body.Body])#

Bases: ProblemArea

Represents a stitch 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.

bodiesList[Body]

List of bodies associated with the design.

Overview#

fix

Fix the problem area.

bodies

The list of the bodies connected to this problem area.

Import detail#

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

Property detail#

property StitchFaceProblemAreas.bodies: beartype.typing.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.