parts#

property Model.parts: List[Part]#

Gets the list of parts of a model.

Returns:
List[Part]

Returns the list of parts.

Examples

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