Hi,
A bit of background first. I have a lot of .DWGs that need reformatting.
Currently all floors of a building sit ontop of each other but on different layers.
Im looking at moving first, second etc floors so all are visible at the same time.
To do this I am filtering the layers for the ground floor and extracting the bounds of all items. By using an expression evaluator @Value(_xmax) - @Value(_xmin) I am creating the attribute of _Displace.
When I try to offset the AutoCAD lines etc for the first floor by the attribute _Displace it fails the translation with the error.
Offsetter: Offset -- 1st parameter `' is not a floating point number
If I replace the X_Offset value with a figure and not an attribute value it works fine.
Am I missing something?
Any input greatly appreciated.