get_topo_edges_of_topo_faces#
- TopoData.get_topo_edges_of_topo_faces(topo_faces)#
Get the topoedges of the provided topoface ids.
- Parameters:
- topo_faces
Iterable
[int
] Ids of the topoface.
- topo_faces
- Returns:
Iterable
[int
]Returns the list of topoedge ids.
- Return type:
Examples
>>> topo_edges_of_topo_faces = topo_data.get_topo_edges_of_topo_faces(topo_faces)