Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Model

Last update: 17.07.2025

Model.get_num_threads()

Get the number of threads enabled for multithreaded operation.

  • Returns: int : Returns the number of threads.
  • Return type: int

Examples

>>> model = client.model
>>> num_threads = model.get_num_threads()

Connect with Ansys