Skip to main content

Prime Mesh Python client library 2025 R2

delete_mesh_on_topo_faces

Last update: 10.09.2025

TopoData.delete_mesh_on_topo_faces(topo_faces, params)

Delete mesh on the provided topofaces.

  • Parameters:

    topo_faces : Ids of topofaces.

    params : Parameters to delete mesh on topofaces.

  • Returns:

    DeleteMeshResults : Returns the DeleteMeshResults.

  • Return type:

    DeleteMeshResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> params = prime.DeleteMeshParams(model = model)
>>> result = topo_data.delete_mesh_on_topo_faces(top_faces, params)

Connect with Ansys