Skip to main content
Question

Clipping 3D shapefiles

  • July 12, 2019
  • 4 replies
  • 51 views

Hello folks,

 

I am wondering whether there are any tools that can help me clip one 3D city model with another? This might be unusual thing to do, but its for analysis purposes (thesis). I want to substract one from another and vice versa to see differences between the two. Both files are in Shape format. Any way I can do that in FME?
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.

4 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

You could try and use the ChangeDetector on the geometry to find differences. You can also check for attributes. This will let you tell what buildings are different (based on a common ID).

 

 

If you want to do more of a visual comparison that sounds a little more tricky. You could perhaps use the 2DFootprintReplacer to get the footprint of the model in 2D and then somehow use the Clipper?

  • Author
  • 6 replies
  • July 16, 2019

You could try and use the ChangeDetector on the geometry to find differences. You can also check for attributes. This will let you tell what buildings are different (based on a common ID).

 

 

If you want to do more of a visual comparison that sounds a little more tricky. You could perhaps use the 2DFootprintReplacer to get the footprint of the model in 2D and then somehow use the Clipper?

I am looking for visual differences only. I was trying 2D Forcing, tool u mention is not existent in my version.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

I am looking for visual differences only. I was trying 2D Forcing, tool u mention is not existent in my version.

Hi @getern Sorry I meant the SurfaceFootprintReplacer. It essentially just generates the top down shadow of the objects. You should probably dissolve each dataset once you have the footprints in 2D with a Dissolver.

 


  • Author
  • 6 replies
  • July 16, 2019

Hi @getern Sorry I meant the SurfaceFootprintReplacer. It essentially just generates the top down shadow of the objects. You should probably dissolve each dataset once you have the footprints in 2D with a Dissolver.

 

This is what I tried and few other combinations, parameteres tweaking with no luck. I am definitely too new to figure it out by myself. Could u, perhaps help with image of a workflow? That would be great.