Srcipt 2

Today I attempted to create the image that ARM used for their Camberwell Rd project using another script that i came across. The script, when executed, scales down objects based on thier distance from pre-determined points.
Here's my process


The original image.

I took the image into Photoshop and applied a sketch filter to it which highlighted the main features of the image.


I then took the image into AutoCad.


I then traced the main freatures of the image.

I then took the traced lines into Rhino. Applied a point f'ield grid over the lines.
Then deleted the point that i did not need.


The result was a feild of point that resembled the outline of the image.


I then add extra points by extracting the vertice points from the original trace lines

Then a grid of circular surfaces was created across the points.


This was as far as I got with the script because after running the command I realised that I had created too many points. This meant that I had to run the command for almost every point. I need to simplify the image and play with the thresholds of the script.