Skip to main content

Prime Mesh Python client library 2025 R2

TopoData

Last update: 10.09.2025

class ansys.meshing.prime.TopoData(model, id, object_id, name)

Topodata has all information about connectivity of nodes, edges, elements and more.

  • Parameters:

    model : Server model to create TopoData object.

    id : Id of the TopoData.

    object_id : Object id of the TopoData.

    name : Name of the TopoData.

Methods

Name Description
TopoData.delete_mesh_on_topo_faces(...) Delete mesh on the provided topofaces.
TopoData.get_adjacent_topo_edges_of_topo_edges(...) Get the adjacent topoedges for the provided topoedge ids.
TopoData.get_adjacent_topo_faces_of_topo_faces(...) Get the adjacent topofaces for the provided topoface ids.
TopoData.get_geom_zonelets_of_topo_edges(...) Get the geometry edge zonelets for the provided topoedge ids.
TopoData.get_geom_zonelets_of_topo_faces(...) Get the geometry face zonelets for the provided topoface ids.
TopoData.get_mesh_zonelets_of_topo_edges(...) Get the mesh edge zonelets for the provided topoedge ids.
TopoData.get_mesh_zonelets_of_topo_faces(...) Get the mesh face zonelets for the provided topoface ids.
TopoData.get_topo_edges_of_topo_faces(topo_faces) Get the topoedges of the provided topoface ids.
TopoData.get_topo_volumes_of_topo_faces(...) Gets the topovolumes of the given topofaces.

Attributes

Name Description
TopoData.id Get the id of TopoData.
TopoData.name Get the name of TopoData.

Connect with Ansys