Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Model

Last update: 17.07.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