I am trying to generate some buildings (community size) from a CAD file and then to put them on a 3D terrain model in Rhino. After then I will perform energy simulation with UMI to analyze the performance of the community. But I have no idea how can I generate buildings from a CAD file and put them on a 3D terrain model in rhino.
If you do try the script, according to your image, you have a huge number of buildings and quite a number of levels, so it will probably take a while⌠There is a status bar progress meter.
I did try to extrude the curves from the CAD file and it works. I will try the python script later, may I know how to insert the script to the grasshopper?
I am trying to project the building (box) on either mesh or surface (attached file), but have no idea how to implement the python script for this task.
Itâs not clear from your file what you want to do - as the âbuildingsâ are not placed over the terrainâŚ
The script is not designed for Grasshopper - it runs in the normal Rhino interface. Just save the script somewhere like your desktop, then call RunPythonScript and browse to the script file. It should ask you to select your building volumes first, then the terrain surface(s)/meshe(s). The buildings should be in the correct orientation vertically over the terrain before running the script, they are simply moved downward onto/into the terrain.