Boolean geometry utilities.
Modules | ||||||
|
Classes | ||||||||||
|
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) globalAccessibleAttributeSet = set(['getByID', 'getByName', 'getCascadeValue', 'getElementByID', 'getElementsByName', 'getParent', ...]) globalAccessibleAttributes = ['getByID', 'getByName', 'getCascadeValue', 'getElementByID', 'getElementsByName', 'getParent', 'getParentElement', 'getPrevious', 'getPreviousElement', 'getPreviousVertex', 'getRoot', 'getRootElement', 'getSelf', 'getSelfElement'] |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |
Credits | ||
Art of Illusion <http://www.artofillusion.org/> |