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

Boolean geometry utilities.

 
Modules
       
__init__
fabmetheus_utilities.gcodec
os
sys
traceback

 
Functions
       
addToNamePathDictionary(directoryPath, namePathDictionary)
Add to the name path dictionary.
getDocumentationPath(subName='')
Get the documentation file path.
getElementsPath(subName='')
Get the evaluate_elements directory path.
getFabmetheusPath(subName='')
Get the fabmetheus directory path.
getFabmetheusUtilitiesPath(subName='')
Get the fabmetheus utilities directory path.
getFundamentalsPath(subName='')
Get the evaluate_fundamentals directory path.
getGeometryDictionary(folderName)
Get to the geometry name path dictionary.
getGeometryPath(subName='')
Get the geometry directory path.
getGeometryToolsPath(subName='')
Get the geometry tools directory path.
getGeometryUtilitiesPath(subName='')
Get the geometry_utilities directory path.
getJoinedPath(path, subName='')
Get the joined file path.
getProfilesPath(subName='')
Get the profiles directory path, which is the settings directory joined with profiles.
getSettingsPath(subName='')
Get the settings directory path, which is the home directory joined with .skeinforge.
getSkeinforgePath(subName='')
Get the skeinforge directory path.

 
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/>