UnsupportedCommands
#
- class ansys.geometry.core.tools.unsupported.UnsupportedCommands(grpc_client: ansys.geometry.core.connection.GrpcClient, modeler: ansys.geometry.core.modeler.Modeler)#
Provides unsupported commands for PyAnsys Geometry.
- Parameters:
- grpc_client
GrpcClient
gRPC client to use for the geometry commands.
- modeler
Modeler
Modeler instance to use for the geometry commands.
- grpc_client
Overview#
Set the persistent id for the moniker. |
|
Get all body occurrences whose master has the given import id. |
|
Get all face occurrences whose master has the given import id. |
|
Get all edge occurrences whose master has the given import id. |
Import detail#
from ansys.geometry.core.tools.unsupported import UnsupportedCommands
Method detail#
- UnsupportedCommands.set_export_id(moniker: str, id_type: PersistentIdType, value: str) None #
Set the persistent id for the moniker.
- UnsupportedCommands.get_body_occurrences_from_import_id(import_id: str, id_type: PersistentIdType) list[ansys.geometry.core.designer.body.Body] #
Get all body occurrences whose master has the given import id.
- UnsupportedCommands.get_face_occurrences_from_import_id(import_id: str, id_type: PersistentIdType) list[ansys.geometry.core.designer.face.Face] #
Get all face occurrences whose master has the given import id.
- UnsupportedCommands.get_edge_occurrences_from_import_id(import_id: str, id_type: PersistentIdType) list[ansys.geometry.core.designer.edge.Edge] #
Get all edge occurrences whose master has the given import id.