Skip to main content

Hello FME Community,

 

i am currently trying to combine stock and flow simulations with CityGML. As a tool in between i try to utilize FME.

My question:

How can I edit the height of a citygml building (LoD2)? I am trying to increase the number of floors and try to show a before and after version.

Can i just change the z-axis of the building?

Best regards

Tobias

Hi @tobiasb,

You will need to offset the 'RoofSurface' features by the floor height on the z axis (offsetter) and you will also need to extrude the 'WallSurface' features by the floor height in the vertical direction (Extruder). Be sure to use Vertical and not Auto for the extrusion.

Good luck with the project Tobias!


Hi @tobiasb,

You will need to offset the 'RoofSurface' features by the floor height on the z axis (offsetter) and you will also need to extrude the 'WallSurface' features by the floor height in the vertical direction (Extruder). Be sure to use Vertical and not Auto for the extrusion.

Good luck with the project Tobias!

Thank you for you help! :D


Reply