Client#

class ansys.meshing.prime.Client(*, server_process=None, ip='127.0.0.1', port=50055, timeout=10.0, credentials=None, **kwargs)#

Client class for PyPrimeMesh.

Methods

Client.exit()

Close the connection with the server.

Client.run_on_server(recipe)

Run a recipe on server.

Attributes

Client.model

Gets model associated with the client.