If you enter 10 in X Offset, the features will move 10 units in the X direction. So, if your data is in a projected coordinate system in meters, it will move 10 meters to the right.
i tried that, but nothing moves unfortunately. the IFC does have x, y and z in it tho
i tried that, but nothing moves unfortunately. the IFC does have x, y and z in it tho
Looking at your process it should just work. If I reproduce your workspace with an Aggregator and a Deaggregator it just moves the box.
Attached a working sample demonstrating the Offsetter transformer.
you are right, they do move however the coordinates do not change under X, Y and Z
you are right, they do move however the coordinates do not change under X, Y and Z
Those are attributes, created by your CoordinateExtractor, whereas the Offsetter works on the geometry of the feature.
you are right, they do move however the coordinates do not change under X, Y and Z
Yes, these are static values, created at the time the geometry was not moved yet :)
Thank you, huge help
Thank you, huge help
Cheers :)