TopoData#

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

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

Parameters:
modelModel

Server model to create TopoData object.

idint

Id of the TopoData.

object_idint

Object id of the TopoData.

namestr

Name of the TopoData.

Methods

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.

Attributes

TopoData.id

Get the id of TopoData.

TopoData.name

Get the name of TopoData.