Exemplo n.º 1
0
 def getFabricationText(self):
     "Get fabrication text."
     carving = SVGFabricationCarving(self.xmlElement)
     carving.setCarveLayerThickness(
         evaluate.getSheetThickness(self.xmlElement))
     carving.processSVGElement(self.xmlElement.getRoot().parser.fileName)
     return str(carving)
Exemplo n.º 2
0
	def getFabricationText(self):
		"Get fabrication text."
		carving = SVGFabricationCarving(self.xmlElement)
		carving.setCarveLayerThickness(evaluate.getSheetThickness(self.xmlElement))
		carving.processSVGElement(self.xmlElement.getRoot().parser.fileName)
		return str(carving)