hey ..important input. set() existed already before 2011, but it did not work on attributes.the 'generic attributes' as mentioned, are only working that way in CE 2011 and newer.In your case, you'll have to pass the values as Rule parameters like this :[ You may see that this may get a little ugly if you have lots and lots of parameters ]Lot -->
FootprintValues(scope.sx, scope.sy, scope.sz)
FootprintValues(xDim, yDim, zDim) -->
print (xDim)
print (yDim)
print (zDim)
note that 'xDim' is just a name. you can name this freely !