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

Module face

source code

Face of a triangle mesh.


Date: $Date: 2008/02/05 $

Author: Enrique Perez (perez_enrique@yahoo.com)

License: GNU Affero General Public License http://www.gnu.org/licenses/agpl.html

Classes [hide private]
  Edge
An edge of a triangle mesh.
  Face
A face of a triangle mesh.
Functions [hide private]
 
addFaces(geometryOutput, faces)
Add the faces.
source code
 
addGeometryList(faces, xmlElement)
Add vertex elements to an xml element.
source code
 
getCommonVertexIndex(edgeFirst, edgeSecond)
Get the vertex index that both edges have in common.
source code
 
getFaces(geometryOutput)
Get the faces.
source code
 
processXMLElement(xmlElement)
Process the xml element.
source code
Variables [hide private]
  __credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
  __package__ = 'fabmetheus_utilities.geometry.geometry_tools'