LogoProblemArea#

class ansys.geometry.core.tools.problem_areas.LogoProblemArea(id: str, grpc_client: ansys.geometry.core.connection.GrpcClient, face_ids: list[str])#

Bases: ProblemArea

Represents a logo problem area defined by a list of faces.

Parameters:
idstr

Server-defined ID for the problem area.

grpc_clientGrpcClient

Active supporting geometry service instance for design modeling.

faceslist[str]

List of faces defining the logo problem area.

Overview#

fix

Fix the problem area by deleting the logos.

face_ids

The ids of the faces defining the logos.

Import detail#

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

Property detail#

property LogoProblemArea.face_ids: list[str]#

The ids of the faces defining the logos.

Method detail#

LogoProblemArea.fix() bool#

Fix the problem area by deleting the logos.

Returns:
message: bool

Message that return whether the operation was successful.