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

Boolean geometry utilities.

 
Modules
       
__init__
math
skeinforge_application.skeinforge_utilities.skeinforge_craft

 
Classes
       
Setting

 
class Setting
    Class to get handle elementNodes in a setting.
 
  Methods defined here:
__init__(self, elementNode)
Initialize.
__repr__(self)
Get the string representation of this Setting.
getEdgeWidth(self)
Get the edge width.
getImportCoarseness(self)
Get the importCoarseness.
getImportRadius(self)
Get the importRadius.
getInteriorOverhangAngle(self)
Get the interior overhang support angle in degrees.
getInteriorOverhangRadians(self)
Get the interior overhang support angle in radians.
getLayerHeight(self)
Get the layer height.
getOverhangAngle(self)
Get the overhang support angle in degrees.
getOverhangRadians(self)
Get the overhang support angle in radians.
getOverhangSpan(self)
Get the overhang span.
getPrecision(self)
Get the cascade precision.
getSheetThickness(self)
Get the sheet thickness.
getTwistPrecision(self)
Get the twist precision in degrees.
getTwistPrecisionRadians(self)
Get the twist precision in radians.

 
Functions
       
getCascadeFloatWithoutSelf(defaultFloat, elementNode, key)
Get the cascade float.
getEdgeWidth(elementNode)
Get the edge width.
getImportCoarseness(elementNode, preferences=None)
Get the importCoarseness.
getImportRadius(elementNode)
Get the importRadius.
getInteriorOverhangAngle(elementNode)
Get the interior overhang support angle in degrees.
getInteriorOverhangRadians(elementNode)
Get the interior overhang support angle in radians.
getLayerHeight(elementNode)
Get the layer height.
getOverhangAngle(elementNode)
Get the overhang support angle in degrees.
getOverhangRadians(elementNode)
Get the overhang support angle in radians.
getOverhangSpan(elementNode)
Get the overhang span.
getPrecision(elementNode)
Get the cascade precision.
getSheetThickness(elementNode)
Get the sheet thickness.
getTwistPrecision(elementNode)
Get the twist precision in degrees.
getTwistPrecisionRadians(elementNode)
Get the twist precision in radians.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = ['getEdgeWidth', 'getImportCoarseness', 'getImportRadius', 'getInteriorOverhangAngle', 'getInteriorOverhangRadians', 'getLayerHeight', 'getOverhangSpan', 'getOverhangAngle', 'getOverhangRadians', 'getPrecision', 'getSheetThickness', 'getTwistPrecision', 'getTwistPrecisionRadians']
globalGetAccessibleAttributeSet = set(['getEdgeWidth', 'getImportCoarseness', 'getImportRadius', 'getInteriorOverhangAngle', 'getInteriorOverhangRadians', 'getLayerHeight', ...])

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

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