Skip to main content
Question

make constant height

  • April 3, 2024
  • 2 replies
  • 43 views

2eight
Contributor
Forum|alt.badge.img+2

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

nielsgerrits
VIP
Forum|alt.badge.img+61

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.


2eight
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • April 5, 2024

hi niels

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