Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Package evaluate_elements :: Module setting
[hide private]
[frames] | no frames]

Module setting

source code

Boolean geometry utilities.


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]
  Setting
Class to get handle xmlElements in a setting.
Functions [hide private]
 
_getAccessibleAttribute(attributeName, xmlElement)
Get the accessible attribute.
source code
 
getCascadeFloatWithoutSelf(defaultFloat, key, xmlElement)
Get the importRadius.
source code
 
getImportRadius(xmlElement)
Get the importRadius.
source code
 
getInteriorOverhangAngle(xmlElement)
Get the interior overhang support angle in degrees.
source code
 
getInteriorOverhangRadians(xmlElement)
Get the interior overhang support angle in radians.
source code
 
getLayerThickness(xmlElement)
Get the layer thickness.
source code
 
getOverhangSpan(xmlElement)
Get the overhang span.
source code
 
getOverhangAngle(xmlElement)
Get the overhang support angle in degrees.
source code
 
getOverhangRadians(xmlElement)
Get the overhang support angle in radians.
source code
 
getPrecision(xmlElement)
Get the cascade precision.
source code
 
getSheetThickness(xmlElement)
Get the sheet thickness.
source code
 
getTwistPrecision(xmlElement)
Get the twist precision in degrees.
source code
 
getTwistPrecisionRadians(xmlElement)
Get the twist precision in radians.
source code
Variables [hide private]
  __credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
  globalAccessibleAttributes = ['getImportRadius', 'getInteriorO...
  globalGetAccessibleAttributeSet = set(['getImportRadius', 'get...
  __package__ = 'fabmetheus_utilities.geometry.geometry_utilitie...
Variables Details [hide private]

globalAccessibleAttributes

Value:
['getImportRadius',
 'getInteriorOverhangAngle',
 'getInteriorOverhangRadians',
 'getLayerThickness',
 'getOverhangSpan',
 'getOverhangAngle',
 'getOverhangRadians',
 'getPrecision',
...

globalGetAccessibleAttributeSet

Value:
set(['getImportRadius',
     'getInteriorOverhangAngle',
     'getInteriorOverhangRadians',
     'getLayerThickness',
     'getOverhangAngle',
     'getOverhangRadians',
     'getOverhangSpan',
     'getPrecision',
...

__package__

Value:
'fabmetheus_utilities.geometry.geometry_utilities.evaluate_elements'