Skip to content

Mesh Navigation

Fedr edited this page Jun 12, 2023 · 2 revisions

EdgeId e = ... is unique identifier of an oriented edge in mesh.

e.sym() - the same edge with opposite orientation.

MeshTopology::next( e ) - next in counter-clockwise direction edge from the same origin-ring.

MeshTopology::prev( e ) - previous in counter-clockwise direction edge from the same origin-ring.

MeshTopology::left( e ) - returns the identifier of the face to the left of e.

Example 1

MeshLib navigation

Example 2

MeshLib navigation

Clone this wiki locally