Skip to main content
Archived

Maximum edge length option in SurfaceModeller/TINGenerator

Related products:Transformers
  • October 21, 2016
  • 2 replies
  • 50 views

geosander
Forum|alt.badge.img+7

In ArcGIS 3D Analyst, you have this option when generating a TIN surface.

I'm missing something like that in FME's SurfaceModeller and/or TINGenerator transformer.
It would be nice if an extra parameter could be set in which you can specify the maximum edge length so you don't always end up with convex TIN's that have these huge triangles on the concave sides of the surface, like so:


[image adapted from Esri]

Just like 3D Analyst, if the value is omitted, it could do a best guess by using the average (weighted) distance between all vertices in the surface for instance.

[edit]
I actually discovered a MAXIMUM_EDGE_CALC_LENGTH parameter in the SurfaceModelFactory documentation. Just a mention though, no description. Is that implemented? I've never directly used factories before...
[/edit]

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.

2 replies

vadis
Contributor
Forum|alt.badge.img+6
  • Contributor
  • December 21, 2019

There are ways around this deficiency, however it requires lots of definitions as well as it takes a long time for large datasets. I agree that such option would be a much helping hand implemented as part of TINGenerator and perhaps similar transformers that utilise triangulation.


lukas108
Contributor
Forum|alt.badge.img+7
  • Contributor
  • January 9, 2020

It is good idea!