We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EdgeId e = ... is unique identifier of an oriented edge in mesh.
EdgeId e = ...
e.sym() - the same edge with opposite orientation.
e.sym()
MeshTopology::next( e ) - next in counter-clockwise direction edge from the same origin-ring.
MeshTopology::next( e )
MeshTopology::prev( e ) - previous in counter-clockwise direction edge from the same origin-ring.
MeshTopology::prev( e )
MeshTopology::left( e ) - returns the identifier of the face to the left of e.
MeshTopology::left( e )
e