ProblemArea
#
- class ansys.geometry.core.tools.problem_areas.ProblemArea(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient)#
Represents problem areas.
- Parameters:
- id
str
Server-defined ID for the problem area.
- grpc_client
GrpcClient
Active supporting geometry service instance for design modeling.
- id
Overview#
Import detail#
from ansys.geometry.core.tools.problem_areas import ProblemArea
Property detail#
Method detail#
- abstract ProblemArea.fix()#
Fix problem area.