Package fabmetheus_utilities :: Package geometry :: Package geometry_tools :: Module face :: Class Edge
[hide private]
[frames] | no frames]

Class Edge

source code

An edge of a triangle mesh.

Instance Methods [hide private]
 
__init__(self)
Set the face indexes to None.
source code
 
__repr__(self)
Get the string representation of this Edge.
source code
 
addFaceIndex(self, faceIndex)
Add first None face index to input face index.
source code
 
getFromVertexIndexes(self, edgeIndex, vertexIndexes)
Initialize from two vertex indices.
source code