예제 #1
0
파일: path.py 프로젝트: Aeva/SFACT
	def getCarvedSVG(self):
		'Get the carved svg text.'
		return svg_writer.getSVGByLoopLayers(self.addLayerTemplate, self, self.loopLayers)
예제 #2
0
	def getCarvedSVG(self):
		"Get the carved svg text."
		return svg_writer.getSVGByLoopLayers(False, self.rotatedLoopLayers, self)
예제 #3
0
 def getCarvedSVG(self):
     'Get the carved svg text.'
     return svg_writer.getSVGByLoopLayers(self.addLayerTemplate, self,
                                          self.rotatedLoopLayers)
예제 #4
0
파일: svg.py 프로젝트: Ademan/Cura
	def getCarvedSVG(self):
		'Get the carved svg text.'
		return svg_writer.getSVGByLoopLayers(True, self, self.svgReader.loopLayers)
예제 #5
0
파일: path.py 프로젝트: folksjos/RepG
 def getCarvedSVG(self):
     "Get the carved svg text."
     return svg_writer.getSVGByLoopLayers(False, self.rotatedLoopLayers,
                                          self)
예제 #6
0
	def getCarvedSVG(self):
		'Get the carved svg text.'
		return svg_writer.getSVGByLoopLayers(True, self.svgReader.rotatedLoopLayers, self)
예제 #7
0
파일: svg.py 프로젝트: Sciumo/SFACT
	def getCarvedSVG(self):
		"""Get the carved svg text."""
		return svg_writer.getSVGByLoopLayers(True, self, self.svgReader.rotatedLoopLayers)
예제 #8
0
파일: path.py 프로젝트: Sciumo/SFACT
	def getCarvedSVG(self):
		"""Get the carved svg text."""
		return svg_writer.getSVGByLoopLayers(self.addLayerTemplate, self, self.rotatedLoopLayers)