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

Class Face

source code

A face of a triangle mesh.

Instance Methods [hide private]
 
__init__(self)
Initialize.
source code
 
__repr__(self)
Get the string representation of this object info.
source code
 
addToAttributeDictionary(self, attributeDictionary)
Add to the attribute dictionary.
source code
 
addXML(self, depth, output)
Add the xml for this object.
source code
 
copy(self)
Get the copy of this face.
source code
 
getFromEdgeIndexes(self, edgeIndexes, edges, faceIndex)
Initialize from edge indices.
source code
 
setEdgeIndexesToVertexIndexes(self, edges, edgeTable)
Set the edge indexes to the vertex indexes.
source code