ETH Zuerich - Startseite
Professur für CAAD

 


caad d-arch


Caad Teaching
 

 
Bachelor of Architecture: CAAD II ss07

 
Master of Advanced Studies
in Architecture, CAAD


 
DWF-Processing
Programmieren statt Zeichnen


 
Graustufen - Ein Atlas
Schweizer Wohngebäude als XML Daten


 
DWF- Denken in Systemen:
In Collaboration with the Technical University Vienna


 
Seminarwoche:
BlowUp


 
Archiv

 
Caad Projects
 

 
Theory
 
Design
 
Building
 
Practice

 
Related pages
 

 
Swiss Federal Institute of Technology Zurich
 
Institute of Building Technology
 
Faculty of Architecture

 
Other pages

 










hbt d-arch

MAS ETH ARCH/CAAD - 2005/06 - STUDENT PAGES
Master of Advanced Studies in Architecture, Specialization in Computer Aided Architectural Design | 065-0005/6
Supervision: Prof. Dr. Ludger Hovestadt, Philipp Schaerer
Chair of CAAD, ETH Zurich





Wirbelsturm

Wirbelsturm.jpg
PROCEDURE Sturm;
VAR
   x,y,i: INTEGER;   
   NewObjekt:HANDLE;
   r,g,b:Longint;
BEGIN
 i:=0;
 x:=20;
 y:=20;
  
 For i:=0 To 360 Do BEGIN
 RRECT(i,i,2+x,2*y,Random*10*i,Random*10*i);
   r:=Random*10000;
   g:=Random*40000;
   b:=55000;
   NewObjekt:=LNewObj;
   SetFillBack(NewObjekt,r,g,b);
   NewObjekt:=NextObj(NewObjekt);   
  ROTATE(i);
REDRAW; 
END;

END;

RUN (Sturm);

-- NDSTobiasWendt - 09 Nov 2005

Revision r1.2 - 08 Dec 2005 - 12:13 - NDSTobiasWendt
Parents: WebHome > NDSTobiasWendt > 1ModulScripting
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.

This website has been archived and is no longer maintained.