PartCreationType Last update: 20.02.2026 class ansys.meshing.prime.PartCreationType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None) Part Creation Type decides whether to create a part per CAD Model, Assembly, Part, Body. Attributes | Name | Description | | PartCreationType.ASSEMBLY | Denotes a part per CAD Assembly. | | PartCreationType.MODEL | Denotes a part per CAD Model. | | PartCreationType.PART | Denotes a part per CAD Part. | | PartCreationType.BODY | Denotes a part per CAD Body. |