ProblemArea#

class ansys.geometry.core.tools.problem_areas.ProblemArea(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient)#

Represents problem areas.

Parameters:
idstr

Server-defined ID for the problem area.

grpc_clientGrpcClient

Active supporting geometry service instance for design modeling.

Overview#

fix

Fix problem area.

id

The id of the problem area.

Import detail#

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

Property detail#

property ProblemArea.id: str#

The id of the problem area.

Method detail#

abstract ProblemArea.fix()#

Fix problem area.