def setToObjectAttributeTable(self):
     "Set the shape of this carvable object info."
     self.radiusX = euclidean.getFloatOneFromDictionary(
         'radiusx', self.xmlElement.attributeTable)
     self.radiusY = euclidean.getFloatOneFromDictionary(
         'radiusy', self.xmlElement.attributeTable)
     self.radiusZ = euclidean.getFloatOneFromDictionary(
         'radiusz', self.xmlElement.attributeTable)
 def setToObjectAttributeTable(self):
     "Set the shape of this carvable object info."
     self.halfX = euclidean.getFloatOneFromDictionary(
         'halfx', self.xmlElement.attributeTable)
     self.halfY = euclidean.getFloatOneFromDictionary(
         'halfy', self.xmlElement.attributeTable)
     self.halfZ = euclidean.getFloatOneFromDictionary(
         'halfz', self.xmlElement.attributeTable)
	def setToObjectAttributeTable( self ):
		"Set the shape of this carvable object info."
		self.height = euclidean.getFloatOneFromDictionary( 'height', self.xmlElement.attributeTable )
		self.radiusX = euclidean.getFloatOneFromDictionary( 'radiusx', self.xmlElement.attributeTable )
		self.topOverBottom = euclidean.getFloatOneFromDictionary( 'topoverbottom', self.xmlElement.attributeTable )
		self.radiusY = euclidean.getFloatOneFromDictionary( 'radiusy', self.xmlElement.attributeTable )
		self.radiusZ = euclidean.getFloatOneFromDictionary( 'radiusz', self.xmlElement.attributeTable )
		if 'radiusy' in self.xmlElement.attributeTable:
			self.isYImaginaryAxis = True
 def setToObjectAttributeTable(self):
     "Set the shape of this carvable object info."
     self.height = euclidean.getFloatOneFromDictionary(
         'height', self.xmlElement.attributeTable)
     self.radiusX = euclidean.getFloatOneFromDictionary(
         'radiusx', self.xmlElement.attributeTable)
     self.topOverBottom = euclidean.getFloatOneFromDictionary(
         'topoverbottom', self.xmlElement.attributeTable)
     self.radiusY = euclidean.getFloatOneFromDictionary(
         'radiusy', self.xmlElement.attributeTable)
     self.radiusZ = euclidean.getFloatOneFromDictionary(
         'radiusz', self.xmlElement.attributeTable)
     if 'radiusy' in self.xmlElement.attributeTable:
         self.isYImaginaryAxis = True
	def setToObjectAttributeTable( self ):
		"Set the shape of this carvable object info."
		self.radiusX = euclidean.getFloatOneFromDictionary( 'radiusx', self.xmlElement.attributeTable )
		self.radiusY = euclidean.getFloatOneFromDictionary( 'radiusy', self.xmlElement.attributeTable )
		self.radiusZ = euclidean.getFloatOneFromDictionary( 'radiusz', self.xmlElement.attributeTable )
	def setToObjectAttributeTable( self ):
		"Set the shape of this carvable object info."
		self.halfX = euclidean.getFloatOneFromDictionary( 'halfx', self.xmlElement.attributeTable )
		self.halfY = euclidean.getFloatOneFromDictionary( 'halfy', self.xmlElement.attributeTable )
		self.halfZ = euclidean.getFloatOneFromDictionary( 'halfz', self.xmlElement.attributeTable )