TopoData#
- class ansys.meshing.prime.TopoData(model, id, object_id, name)#
Topodata has all information about connectivity of nodes, edges, elements and more.
- Parameters:
Methods
Delete mesh on the provided topofaces.
Get the adjacent topoedges for the provided topoedge ids.
Get the adjacent topofaces for the provided topoface ids.
Get the geometry edge zonelets for the provided topoedge ids.
Get the geometry face zonelets for the provided topoface ids.
Get the mesh edge zonelets for the provided topoedge ids.
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
Get the id of TopoData.
Get the name of TopoData.