IN SEARCH OF THE ABSTRACT FORM-TIME CONSTRUCT OF SPACE


20 April 2010

project 2 - scripting extended - BojaShell


for this project i used creation of curves with user defined parameters to surface the spine of shell. the script is not user friendly until i start managing the function calls to speed up script building. until such time i am doing everything long way to understand the inner workings of scripting to the full.


'calculation x
Dim M, n, Mx
ReDim M(z), Mx(z)
For n = 0 To z
M(n) = Rhino.Distance(cPt, Pt(n))
Mx(n) = Rhino.Distance(cPt, Ptx(n))
Next

for script details and other info read more.
.::DOWNLOAD SCRIPT::.

15 April 2010

revenge of an Entity


13 April 2010

project 1 - scripting in the first - BojaForm


rendered image of the first simple VB script in Rhino. surface is created via lofted set of curves and populated with user defined spheres on x and y axis with a chosen radius.

'Get the number of points on Y axis
nY = Rhino.GetInteger("Number on Y axis", 2, 2)
If IsNull(nY) Then Exit Sub
nY = nY - 1

 for script details read more.

10 April 2010

fractal invasion of an entity

an interesting combination of fractal pattern breaking up an entity. made by Hana Dutina

08 April 2010

construct

in Abstract form