Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Model

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