Im triying to create a solid from a topography…i have used the package of @Vikram_Subbaiah to convert the topography to a polysurface. Then i am triying to create a solid and the cut this solid with the polysurface of the topography with the nodes geometry.trim or geometry.split, but it doesn´t work…how can i get a solid topography??
The problem is not as easy as take the surface curves of the topography and extrude them as solids because as u can see i have a underground level in the house and the solid would cover this undergorund level…
So after trying really hard to reverse engineer Vikram’s great code block using Nodes, I got it working however the Solid.Difference seems to “flip” halfway up the toposurface…
Any ideas why? and how to resolve it?
Vikram, thanks for all the great code… Quick question… Is there a way to use Difference with more than one solid (for the buildings) … For example, if you have multiple buildings that are not joined? Thanks!
Sorry to be replying to a dead thread, but is it possible to do the reverse. Is it possible to to create a toposurface from a polysurface/ solid/ triangulation data without re-triangulating all the points like revit currently does?
PS: I didn’t want to start a new thread for this just yet.
Please excuse my naivety, we are desperately trying to 3D print a topo surface with very limited Dynamo knowledge, although I am trying to learn! I seem to get tripped up on the first box, the topo surface is not selecting? Thanks! Screen shots attached5|690x330
You will have to select something. Click on the Change buttons and select topo and building respectively. You can try my script above as well. If you download the MeshToolkit you can convert the resulting solid from your script to a mesh and then export it to .obj/.ply etc.
Oh my gosh, it’s almost worked! I’m working on the Dynamo intros but need to get this out first. How do I accept the solid / mesh in Revit once the script has run? Thanks for bearing with a complete beginner!
I’ve managed to get an output with the script from The Revit Kid, thanks! I would still love to know what the yellow mass is and how to select and delete it.
Vikram, thank you very much! The script worked and created the solid in Dynamo. However, how do I get the solid back into Revit? I can’t select the yellow mass and there doesn’t seem to be anything else there. The reason to put it back into revit is to print the buildings and topo at the same time.
Can someone kindly help me in this?
Very new to dynamo, revit world.
Trying to create a topography from x,y,z coordinates.
Having trouble with the solid form.
It is not connected. I do not understand