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