예제 #1
0
파일: path.py 프로젝트: folksjos/RepG
 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)
예제 #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)