Graph box Frame Reference gets 'lost' when adding a graphics Script.
I am trying to draw a simple Wafermap which works fine with the following code.However, when I substitute variables in for the numbers I get a missing reference error and can't for the life of me understand why this is happening. I need some JSL Expert Wisdom F_makeWaferMap = function({myScale, myWhiteSpace, myWaferDiameter},{},
myKeepOutZone = 2000;
myGraphBox = graphBox(
frameSize( (myW
...