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

Path.

 
Modules
       
__init__
fabmetheus_utilities.geometry.geometry_tools.dictionary
fabmetheus_utilities.euclidean
fabmetheus_utilities.geometry.geometry_utilities.evaluate
fabmetheus_utilities.geometry.geometry_utilities.matrix
fabmetheus_utilities.geometry.geometry_utilities.evaluate_elements.setting
fabmetheus_utilities.svg_writer
fabmetheus_utilities.geometry.geometry_tools.vertex
fabmetheus_utilities.xml_simple_reader
fabmetheus_utilities.xml_simple_writer

 
Classes
       
fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary
Path
SVGFabricationCarving

 
class Path(fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary)
    A path.
 
  Methods defined here:
__init__(self)
Add empty lists.
addXMLInnerSection(self, depth, output)
Add the xml section for this object.
getFabricationExtension(self)
Get fabrication extension.
getFabricationText(self, addLayerTemplate)
Get fabrication text.
getMatrix4X4(self)
Get the matrix4X4.
getMatrixChainTetragrid(self)
Get the matrix chain tetragrid.
getPaths(self)
Get all paths.
getTransformedPaths(self)
Get all transformed paths.

Methods inherited from fabmetheus_utilities.geometry.geometry_tools.dictionary.Dictionary:
__repr__(self)
Get the string representation of this object info.
addXML(self, depth, output)
Add xml for this object.
addXMLArchivableObjects(self, depth, output)
Add xml for this object.
createShape(self)
Create the shape.
getAttributes(self)
Get attribute table.
getComplexTransformedPathLists(self)
Get complex transformed path lists.
getGeometryOutput(self)
Get geometry output dictionary.
getMinimumZ(self)
Get the minimum z.
getTransformedVertexes(self)
Get all transformed vertexes.
getTriangleMeshes(self)
Get all triangleMeshes.
getType(self)
Get type.
getVertexes(self)
Get all vertexes.
getVisible(self)
Get visible.
getXMLLocalName(self)
Get xml local name.
setToElementNode(self, elementNode)
Set the shape of this carvable object info.
transformGeometryOutput(self, geometryOutput)
Transform the geometry output by the local matrix4x4.

 
class SVGFabricationCarving
    An svg carving.
 
  Methods defined here:
__init__(self, addLayerTemplate, elementNode)
Add empty lists.
__repr__(self)
Get the string representation of this carving.
addXML(self, depth, output)
Add xml for this object.
getCarveBoundaryLayers(self)
Get the  boundary layers.
getCarveCornerMaximum(self)
Get the corner maximum of the vertexes.
getCarveCornerMinimum(self)
Get the corner minimum of the vertexes.
getCarveLayerHeight(self)
Get the layer height.
getCarvedSVG(self)
Get the carved svg text.
getFabmetheusXML(self)
Return the fabmetheus XML.
getInterpretationSuffix(self)
Return the suffix for a carving.
processSVGElement(self, fileName)
Parse SVG element and store the layers.
setCarveImportRadius(self, importRadius)
Set the import radius.
setCarveIsCorrectMesh(self, isCorrectMesh)
Set the is correct mesh flag.
setCarveLayerHeight(self, layerHeight)
Set the layer height.

 
Functions
       
convertElementNode(elementNode, geometryOutput)
Convert the xml element by geometryOutput.
convertElementNodeByPath(elementNode, geometryOutput)
Convert the xml element to a path xml element.
convertElementNodeRenameByPaths(elementNode, geometryOutput)
Convert the xml element to a path xml element and add paths.
createLinkPath(elementNode)
Create and link a path object.
processElementNode(elementNode)
Process the xml element.

 
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)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

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