Hello everyone,
I'm fairly new to the world of FME, and I'm trying to do a rather complex manipulation, but which I'm sure is possible with FME. However, despite my research I can't find a solution and I need some expert advice.
I have 2 types of input data:
- On the one hand, railway lines as output from a ‘LineBuilder’ transformer.
- Secondly, a digital terrain model in TIN format.
The idea would be to be able to create tunnels under the terrain. In some places, railway lines run underground in tunnels. It would be necessary to be able to ‘punch holes’ in the digital terrain model at the point of intersection.
My initial idea was to generate 3D data around each rail line with a rectangular cross-section (5x4m) and then to be able to create an intersection between this 3D data and my digital terrain model to perform a subtraction.
I've already tried a few things on found the net, but nothing has really worked.
Could you give me some advice?
Thanks in advance,
Nicolas