Question

make constant height

  • 3 April 2024
  • 2 replies
  • 25 views

Badge +1

hello 

i’ want to assign one single elevation(Z) for all the vertices in a polygon based on the elevation point available inside the polygon

please suggest any ideas

 

 


2 replies

Userlevel 6
Badge +33

One way to do this:

  • CoordinateExtractor to get the Z from the point as attribute.
  • SpatialRelator to merge attribute with Z from point to polygon.
  • 3DForcer to set elevation of polygon based on attribute with Z.

Badge +1

hi niels

thanks for the suggestion, that worked well, got the result

Reply