Skip to main content
Question

Surface modeller - Generate TIN in a tunnel

  • January 26, 2017
  • 3 replies
  • 77 views

Forum|alt.badge.img

Hi Fme:rs,

Working on a TIN modell from Lidar data in a tunnel. Anybody knows how to avoid the surfacemodeller to create triangels where z differs a lot? For examaple the opening. Cant find that parameter.

/cheers Henrik

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • January 26, 2017

Have you tried using breaklines at the openings?


takashi
Celebrity
  • January 30, 2017

Hi @hrinze, the point would be how to determine which triangles should be discarded. For example, if the tunnel is straight and parallel to the X axis, you can compute Min/Max X for each individual triangle and then discard triangles whose Max X < (Min X of Tunnel + Tolerance) or Min X > (Max X of Tunnel - Tolerance). See also the attached example (FME 2016.1.3): tunnel-tin.fmw

It's an example for a special condition. The actual criteria should be more complex depending on the data condition, but I think that it can be found if you investigate the data carefully.


Forum|alt.badge.img
  • Author
  • January 31, 2017

Hi @hrinze, the point would be how to determine which triangles should be discarded. For example, if the tunnel is straight and parallel to the X axis, you can compute Min/Max X for each individual triangle and then discard triangles whose Max X < (Min X of Tunnel + Tolerance) or Min X > (Max X of Tunnel - Tolerance). See also the attached example (FME 2016.1.3): tunnel-tin.fmw

It's an example for a special condition. The actual criteria should be more complex depending on the data condition, but I think that it can be found if you investigate the data carefully.

@takashi, Thanks for the input and .fmw. This can be a good approach. However a tunnel in the mountain is not straight and neither are the walls plain. But this can be a good start so I will give it a try with proper data