I currently have a simple Polysurface created in Dynamo.
What I want to do is extrude this surface vertically downwards in the z direction to create a solid.
I know there is the Surface.Thicken node but that is thickening the surface at a normal to each of the surfaces faces which is not what I want (top screenshot below)
The only other method I could think of was to offset the surface vertically downwards, but then I cant find a way to connect up the two surfaces into a solid.
I know you can do this by extruding a curve (bottom screenshot below), but can you do something similar starting with a surface?