090627 – grasshopper workshop in Santiago, Chile. (parametrica.org)

Junio 27, 2009

plantilla-workshop4

eSCRIPT-O is now member of PARAMETRICA a recently founded design research group from Chile, and as PARAMETRICA, we area going to make a super hiper workshop of grasshopper!!. follow the link for info.

http://www.parametrica.org/2009/06/d_o_f/


090622- surface panelization from gaussian curvature- (buggy WIP)

Junio 22, 2009

Untitled-2

Another old work scripted in rhinosript. the script divides the surface into wuadpanels according to the gaussian curvature.

Leer el resto de esta entrada »


090517 – VB scripting in grasshopper – early tests

Mayo 17, 2009

I´m going nuts… rhinoscript, Digital Project/catia with VBA, Melscript, Maxscript and now…. im into a real obsession with scripting in grasshopper. it´s a lot of info, and i dont have the time to get into all. my head hurts, but im still trying to do some stuff into this tricky world of vb.net..

Some early results, once u get used to all the sintax, u can really fly.currently im into really conventional and boring stuff ( a common diagrid), but wait for more interesting results. (i need an core i7 or phenom II cpu!!!!!! and lots and lots of RAM) … and a quadro VGA

tests

tests2

tests3


090515 – maxscript solar tool (WIP)

Mayo 15, 2009

currently working in a solar analisis script for 3ds max. basically the script make an analysis of a surface (or a solid) and calculates the solar incidence (the script ask for the resolution /subdivisions of the grid).

thanks to rodrigo culagovski (culagovski.net) , for the help.

i have to work onthe algorithm for the color of the panel. but i think in the next days i will be able to fix it.

more to come…… stay tuned to escripto.

Untitled-1

Untitled-2

Untitled-3


090427 – acoustic ceiling project

Abril 27, 2009

imagen0010

Project: acoustic Ceiling

design : D. Pinochet + “art & science” class :  Arturo Torres + P. Gonzalez

Analisis and design adjusments: Diego Pinochet (early tests) -  Constanza jorquera (final tests)

Executive project and Construction: Arturo Torres – Paloma Gonzalez – Constanza Jorquera

This is an old project (january – march 2008 ) , for the PUC. it´s and acoustic ceiling made of plasterboard. the objective of this work , was to develop new possibillities fdor the plasterboard material , according to deformations, specially the double curvature of the each panel.

published in plataforma arquitectura: link to the article (spanish)

dsc_2175

img_0002

Leer el resto de esta entrada »


090427- hexatect (WIP) – Digital Project

Abril 27, 2009

hexatect

Some hexatect (hexagon skin + ecotect analisis) stuff, now in digital project. The information from the txt file (analisis data from ecotect), works really great.

hexatect4

Really like Digital Project/catia, for real parametric design. the scripting replication of parametric componentes in a surface by vba, represent a great tool for customized architecture.

Leer el resto de esta entrada »


090426 – Flat Hexagon Skin -digital project

Abril 26, 2009

hexa3hexa

This is the hexagon system i´ve been working since last year, now, scripted and modelled in Digital Project.

hexa2

All the hexagons are flat.

hexatect in digital project coming soon!!….

Leer el resto de esta entrada »


090425- Digital project – parametric surface

Abril 26, 2009

fachada-parametrica_1

This is an exercise made in the Digital Project (gehry technologies) workshop  dictated by arturo Lyon. The exercise was about  modelling a parametric component for it´s replication into a surface by scripted powercopies (vba).

Leer el resto de esta entrada »


090418 – back to basics 2 – Multi Attractors in Maxscript

Abril 18, 2009

multi03

the last script, now working with multiple inputs.

Leer el resto de esta entrada »


090418 – back to basics – attractors in maxscript

Abril 18, 2009

13

Here is one  simple script written in max script.

14

– create an empy array named a

a=#()

– the force (attractor)
ori= $atr.pos

–iteration loop
for i = 1 to 12 do (
a[i]=#()
for j = 1 to 12 do (
a[i][j]=#()

for k = 1 to 12 do (

– create the boxes

a[i][j][k]=box pos:[i,j,k] width:1 length:1 height:1
)
)
)

Leer el resto de esta entrada »