Skip to main content

Prime Mesh Python client library 2025 R2

get_adjacent_topo_edges_of_topo_edges

Last update: 10.09.2025

TopoData.get_adjacent_topo_edges_of_topo_edges(topo_edges)

Get the adjacent topoedges for the provided topoedge ids.

  • Parameters:

    topo_edges : Ids of the topoedge.

  • Returns:

    Iterable[int] : Returns the list of adjacent topoedge ids.

  • Return type:

    Iterable[int]

Examples

>>> topo_edges_of_topo_edges = topo_data.get_adjacent_topo_edges_of_topo_edges(topo_edges)

Connect with Ansys