I have a question about the 'Translation' module.
I have a data set that I want to Translate. Later on I use a macro to
show the data. This macro gets the central position of the data using
the bouding box from "Extract(data,"box")". Apparently Translation
doesn't do the actually translation before the last Rendering step and
therefore Translate doesn't update the bounding box. Consequently,
the Extract data module doesn't return the bounding box, but instead
the following message: Xform object Xform object .
My question is:
- How can I force the Translate module to do the actual translation ?
- How can I update the bounding box ?