Skip to main content

Prime Mesh Python client library 2025 R2

ansys.meshing.prime.Model

Last update: 10.09.2025

property Model.parts : List[Part]

Get the list of parts for the model.

  • Returns:

    List[Part] : List of parts for the model.

Examples

>>> from ansys.meshing.prime import Model
>>> model = client.model
>>> parts = model.parts

Connect with Ansys