parts# 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