Example #1
0
def getGeometryOutputByArguments(arguments, xmlElement):
    "Get vector3 vertexes from attribute dictionary by arguments."
    evaluate.setAttributeDictionaryByArguments(['start', 'end', 'step'],
                                               arguments, xmlElement)
    return getGeometryOutput(None, xmlElement)
Example #2
0
def getGeometryOutputByArguments(arguments, xmlElement):
    "Get vector3 vertexes from attribute dictionary by arguments."
    evaluate.setAttributeDictionaryByArguments(['radius', 'inclination'],
                                               arguments, xmlElement)
    return getGeometryOutput(None, xmlElement)
Example #3
0
def getGeometryOutputByArguments(arguments, xmlElement):
	"Get vector3 vertexes from attribute dictionary by arguments."
	evaluate.setAttributeDictionaryByArguments(['radius', 'start', 'end', 'revolutions'], arguments, xmlElement)
	return getGeometryOutput(None, xmlElement)
Example #4
0
def getGeometryOutputByArguments(arguments, xmlElement):
    "Get vector3 vertexes from attribute dictionary by arguments."
    evaluate.setAttributeDictionaryByArguments(
        ['text', 'fontSize', 'fontFamily'], arguments, xmlElement)
    return getGeometryOutput(None, xmlElement)
def getGeometryOutputByArguments(arguments, xmlElement):
	'Get vector3 vertexes from attribute dictionary by arguments.'
	evaluate.setAttributeDictionaryByArguments(['length', 'radius'], arguments, xmlElement)
	return getGeometryOutput(None, xmlElement)
def getGeometryOutputByArguments(arguments, xmlElement):
    'Get vector3 vertexes from attribute dictionary by arguments.'
    evaluate.setAttributeDictionaryByArguments(['length', 'radius'], arguments,
                                               xmlElement)
    return getGeometryOutput(None, xmlElement)
Example #7
0
File: text.py Project: Sciumo/SFACT
def getGeometryOutputByArguments(arguments, xmlElement):
	"""Get vector3 vertexes from attribute dictionary by arguments."""
	evaluate.setAttributeDictionaryByArguments(['text', 'fontSize', 'fontFamily'], arguments, xmlElement)
	return getGeometryOutput(None, xmlElement)
def getGeometryOutputByArguments(arguments, xmlElement):
    "Get vector3 vertexes from attribute dictionary by arguments."
    evaluate.setAttributeDictionaryByArguments(["radius", "inclination"], arguments, xmlElement)
    return getGeometryOutput(None, xmlElement)
Example #9
0
def getGeometryOutputByArguments(arguments, xmlElement):
	"Get vector3 vertexes from attribute dictionary by arguments."
	evaluate.setAttributeDictionaryByArguments(['sides', 'radius'], arguments, xmlElement)
	return getGeometryOutput(xmlElement)
def getGeometryOutputByArguments(arguments, xmlElement):
	'Get vector3 vertexes from attribute dictionary by arguments.'
	evaluate.setAttributeDictionaryByArguments(['file', 'start'], arguments, xmlElement)
	return getGeometryOutput(xmlElement)
Example #11
0
def getGeometryOutputByArguments(arguments, xmlElement):
    'Get vector3 vertexes from attribute dictionary by arguments.'
    evaluate.setAttributeDictionaryByArguments(['file', 'start'], arguments,
                                               xmlElement)
    return getGeometryOutput(xmlElement)