top of page

SCRIPTING IN RHINO

Pavilion Design on Topography

University of North Carolina at Charlotte

2018-2019

For the purpose of designing a pavilion on top of the topography lines. I tried to use the Rhino Script syntax.

This process starts with, receiving the site’s corner point.

 

How it works:
1. Creating a grid point and moving it to the topography surface.
2. Finding the corner points based on the grid points.

3. Finding the highest and lowest grid point in the Z direction
4. Finding the grid points located in each triangle.

5. Create a recursion that takes a triangle, grid point, and a number of recursions that the user defines.

6. as the first input, I need to define the four triangles that I’ve created between the highest point and four corners of the site and create the initial four triangles to input in the recursion function.

 

Finally, I made a Physical Model with the number of 6 as recursion, and it was made with the help of a CNC Router. 

te.png
photo_2018-05-01_14-28-24.jpg
Code Screenshot: Polygon Definition
Picture1.jpg
Code Screenshot: Recursion Definition
Capture4.JPG
Capture5.JPG
Code Screenshot: 
Capture3.JPG
Capture1.JPG
Capture2.JPG
bottom of page