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.manipulation_evaluator.matrix
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)
Get fabrication text.
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.
getAttributeDictionary(self)
Get attribute table.
getComplexTransformedPathLists(self)
Get complex transformed path lists.
getTransformedVertexes(self)
Get all transformed vertexes.
getTriangleMeshes(self)
Get all triangleMeshes.
getType(self)
Get type.
getVertexes(self)
Get all vertexes.
getVisible(self)
Get visible.
getXMLClassName(self)
Get xml class name.
setToObjectAttributeDictionary(self)
Set the shape of this carvable object info.

 
class SVGFabricationCarving
    An slc carving.
 
  Methods defined here:
__init__(self, xmlElement)
Add empty lists.
__repr__(self)
Get the string representation of this carving.
addXML(self, depth, output)
Add xml for this object.
getCarveCornerMaximum(self)
Get the corner maximum of the vertexes.
getCarveCornerMinimum(self)
Get the corner minimum of the vertexes.
getCarveLayerThickness(self)
Get the layer thickness.
getCarveRotatedBoundaryLayers(self)
Get the rotated boundary layers.
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.
setCarveBridgeLayerThickness(self, bridgeLayerThickness)
Set the bridge layer thickness.  If the infill is not in the direction of the bridge, the bridge layer thickness should be given as None or not set at all.
setCarveImportRadius(self, importRadius)
Set the import radius.
setCarveIsCorrectMesh(self, isCorrectMesh)
Set the is correct mesh flag.
setCarveLayerThickness(self, layerThickness)
Set the layer thickness.

 
Functions
       
convertProcessXMLElementRenameByPaths(geometryOutput, xmlElement)
Convert the xml element to a path xml element, add paths and process.
convertXMLElement(geometryOutput, xmlElement)
Convert the xml element to a path xml element.
convertXMLElementRename(geometryOutput, xmlElement)
Convert the xml element to a path xml element.
convertXMLElementRenameByPaths(geometryOutput, xmlElement)
Convert the xml element to a path xml element and add paths.
processXMLElement(xmlElement)
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__ = 'GPL 3.0'
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/>