コード例 #1
0
ファイル: scale.py プロジェクト: folksjos/RepG
def writeOutput(fileName, shouldAnalyze=True):
	'Scale the carving.'
	skeinforge_craft.writeSVGTextWithNounMessage(fileName, ScaleRepository(), shouldAnalyze)
コード例 #2
0
ファイル: bottom.py プロジェクト: rkoeppl/SFACT
def writeOutput(fileName, shouldAnalyze=True):
	"""Bottom the carving."""
	skeinforge_craft.writeSVGTextWithNounMessage(fileName, BottomRepository(), shouldAnalyze)
コード例 #3
0
ファイル: scale.py プロジェクト: poikilos/Skeinforge50plus
def writeOutput(fileName, shouldAnalyze=True):
	'Scale the carving.'
	skeinforge_craft.writeSVGTextWithNounMessage(fileName, ScaleRepository(), shouldAnalyze)
コード例 #4
0
ファイル: bottom.py プロジェクト: aliensr85/skeinforgeGit
def writeOutput(fileName):
	'Bottom the carving.'
	skeinforge_craft.writeSVGTextWithNounMessage(fileName, BottomRepository())