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

Boolean geometry utilities.

 
Modules
       
__init__
fabmetheus_utilities.euclidean
math

 
Functions
       
getBoundingBoxByPaths(elementNode)
Get bounding box of the transformed paths of the xmlObject of the elementNode.
getCenterByPaths(elementNode)
Get center of the transformed paths of the xmlObject of the elementNode.
getExtentByPaths(elementNode)
Get extent of the transformed paths of the xmlObject of the elementNode.
getInradiusByPaths(elementNode)
Get inradius of the transformed paths of the xmlObject of the elementNode.
getMaximumByPaths(elementNode)
Get maximum of the transformed paths of the xmlObject of the elementNode.
getMinimumByPaths(elementNode)
Get minimum of the transformed paths of the xmlObject of the elementNode.

 
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 = {'getBoundingBoxByPaths': <function getBoundingBoxByPaths>, 'getCenterByPaths': <function getCenterByPaths>, 'getExtentByPaths': <function getExtentByPaths>, 'getInradiusByPaths': <function getInradiusByPaths>, 'getMaximumByPaths': <function getMaximumByPaths>, 'getMinimumByPaths': <function getMinimumByPaths>}

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

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