Hi ,
we wanna create 3D extruded Polygons based on 2D polygons.
As Input we have geojson with geometry type multipolygon.
With the Surface Draper we can drap 2D Polygons on the Surface. So for all vertices I get a z-value. This is actually working. Then we extrude these 3D polygons with the Extruder! But I get a strange result in the inspector:
For us it is important that we have a GeoJSON with extruded 3D Shapes which fit our tin! This is right now not the case our polygons are extruded with same height but they have differences in height to each other.
Is it possible to do this like this way:
Or do I have to change the geometry type inside the format?
Hope someone can help me?
Thanks in advance!