fabmetheus_utilities.solids.solid_tools.path ($Date: 2008/02/05 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/solids/solid_tools/path.py

Face of a triangle mesh.

 
Modules
       
__init__
fabmetheus_utilities.solids.solid_utilities.geomancer
fabmetheus_utilities.solids.solid_tools.matrix4x4
fabmetheus_utilities.xml_simple_writer

 
Classes
       
fabmetheus_utilities.solids.solid_tools.dictionary.Dictionary
Path

 
class Path(fabmetheus_utilities.solids.solid_tools.dictionary.Dictionary)
    A path.
 
  Methods defined here:
__init__(self)
Add empty lists.
addXMLInnerSection(self, depth, output)
Add the xml section for this object.

Methods inherited from fabmetheus_utilities.solids.solid_tools.dictionary.Dictionary:
__repr__(self)
Get the string representation of this object info.
addXML(self, depth, output)
Add xml for this object.
addXMLArchivableObjects(self, depth, output)
Add xml for this object.
createShape(self, matrixChain)
Create the shape.
getAttributeDictionary(self)
Get attribute table.
getType(self)
Get type.
getVisible(self)
Get visible.
getXMLClassName(self)
Get xml class name.
setToObjectAttributeDictionary(self)
Set the shape of this carvable object info.

 
Functions
       
processXMLElement(xmlElement)
Process the xml element.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

 
Credits
        Art of Illusion <http://www.artofillusion.org/>