Skip to main content

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

 

 

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.


hi niels

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


Reply