Comment #14 on issue 831 by google....@ben.coman.com.au: Rossal problem with nested node translation to left of 0@0 http://code.google.com/p/moose-technology/issues/detail?id=831
Sorry, correction to comment 12... assuming outerNode was defined with an extent 5@5, then.. innerNode1 position = (-10 @ -10) innerNode2 position = (0 @ 0) outerNode extent = (20 @ 20) outerNode position = (0 @ 0) outerNode bounds = (-10 @ -10) corner: (10 @ 10)
In addition, if outerNode is then translatedBy 50@50 you get... innerNode1 position = (-10 @ -10) innerNode2 position = (0 @ 0) outerNode extent = (20 @ 20) outerNode position = (50 @ 50) outerNode bounds = (40 @ 40) corner: (60 @ 60)