091105_SHOW ME THE CODE!! pythomata (cellular automata in python)
Noviembre 5, 2009this is the code for the cellular automatta posted before (rhitomata), but now for it´s aplication in maya (python).
so , here´s the code.
you can visit http://digifab.wordpress.com for the MEL code.
091105 – FOAMY STUFF – weaire phelam structures (SOOOOOO WIP)
Noviembre 5, 2009This is really WIP, this are my early test of space filling structures. this is the famous weaire phelam.it´s based in two figures, a dodecahedron (12 sides) and a tetrakaidecahedron (14 sides). some images of the early test. the purpouse… don´t have a tiny clue….
the final work will be posted soon…. as soon as i finish and debug the code. (and of course there will be a show me the code!!post)
091101- SHOW ME THE CODE!!! celullar rhitomata (celular automata in rhinoscript)
Noviembre 1, 2009Based on arturo Lyon´s code. this is an example of simple celullar automata in rhinoscript.i´ll uoload the python code for maya later (and of course MEL).
so … here´s the code!!!
090829 – Acoustic ceiling project + Parametrica on the TV (chile)
Agosto 29, 2009Ou yeah man, acoustic ceiling project and the members of parametrica.org, rockin´ the national tv news!!!!, showing some grasshopper and parametric stuff..
090811_WORKSHOP DOF – SPONSOR
Agosto 11, 2009For the PARAMETRICA DOF WORKSHOP, we count with the great collaboration of sabic polymershapes. with the help of SABIC, we can add the material variable into the workshop exercises through CNC fabrication. Many thanks to SABIC !
090731- SHOW ME THE CODE!!!-(RVB) – automatic unroll
Julio 31, 2009This is another fabrication tool that i wrote almost two years ago for my thesis. So… let´s show the code!!!!
This tool was developed for the automated process of unrolling planar surfaces for fabrication via laser cut or cnc cut. It allows the user to select the surfaces of the model (or polysrf) and make an array of contours with an ID, in the model and the array (for further assembly help). I wrote it for the ribber tool, and added to the MAB FPS and exatect structure scripts.
It´s a very simple, but powerfull tool ,i hope you use it , and again , do whatever the f#$#cK u want. but remember to name the real author of the script.
Video showing the script running, (in spanish).
stay tuned for more SHOW ME THE CODE!!! in escripto…
090730 -SHOW ME THE CODE!!!! (RVB) – attractor function
Julio 30, 2009
OK, lets show the code!!!..
Function esfera (attr,k,mval,pa,pb,pc,pd,scale,i) Dim face Dim center Dim dist Dim esf Dim color face= rhino.addsrfpt (array(pa,pb,pc,pd)) center= rhino.SurfaceAreaCentroid(face) ReDim dist (ubound(attr)) Dim ptatr():ReDim ptatr (ubound(attr)) For k=0 To ubound(attr) ptatr(k)= rhino.pointcoordinates(attr(k)) dist(k)=rhino.Distance(ptatr(k),center(0)) Next mval= rhino.min (dist) rhino.Print mval esf= rhino.AddSphere (center(0),(mval/scale)) rhino.ObjectColor esf,rgb(255,i+(mval*5),133) rhino.ObjectColor face,rgb(255,i+(mval*5),133) End Function
090717-playing with the power of python (MAYA)
Julio 17, 2009Yesterday i started to play some hours with mel , but i remembered the recomendations of rodrigo culagovski (www.culagovski.net – www.parametrica.org) about the benefits and advantages of python. So, i stopped with mel and put my hands into python.
090711-parametric bridge – Thesis Final project-
Julio 11, 2009Some images from my final project for my master degree thesis. its a parametric bridge with a parametric skin – (hexatect). All the project it´s defined by scripting (rhinoscript) and some specific grasshopper definitions (vb.net) .









