Solved

use feature information in testfilter to check if its a roof

  • 17 September 2019
  • 3 replies
  • 1 view

hello,

i have 3 buildings i made from faces and i want to use the testfilter to check if the fme_vertex_normal_z property has a value of 1 and then make that a roof and if it's not 1 make it a wall

 

these are the features

 

this is the the testfilter

icon

Best answer by gio 17 September 2019, 15:36

View original

3 replies

Badge +3

@richardkits1224

In your picture you can see those are measures.

So i assume you can use MeasureExtractor to get the values into attributes.

@richardkits1224

In your picture you can see those are measures.

So i assume you can use MeasureExtractor to get the values into attributes.

thank you that worked

Badge +16

I would use the PlanarityFilter for that job

Reply