Skip to main content

Prime Mesh Python client library 2025 R1 SP01

delete_parts

Last update: 17.07.2025

Model.delete_parts(part_ids)

Delete parts and their contents.

  • Parameters:

    part_ids : IDs of parts to delete.

  • Returns:

    DeleteResults : Results from deleting parts and their contents.

  • Return type:

    DeleteResults

Examples

>>> results = model.delete_parts(part_ids)

Connect with Ansys