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





PROCEDURE nTube01;

VAR

   i,k,m      : INTEGER;
   r,g,b    : LONGINT;
   startX,startY : INTEGER;

BEGIN
   ColorIndexToRGB (54,r,g,b);
   PenSize (20);
   FillBAck(10000,60000,10000);   
   PenFore(r,g,b);
   
   FOR i:=0 TO 5 DO BEGIN
      FOR m:=0 TO 1 DO BEGIN   
         FOR k:=0 TO 10 DO BEGIN                                 
            Poly(0,0,0,100,86.6,150,173.2,100,173.2,0,86.6,-50,0,0);      
            MoveObjs(173.2,0,FALSE,FALSE);                        
         END;
      MoveObjs(86.6-1905,150,FALSE,FALSE);                          
      END;
   MoveObjs(-173.2,0,FALSE,FALSE);                           
   END;
END;

Run(nTube01);

Revision r1.1 - 18 Nov 2005 - 10:35 - NDSMeindartVersteeg
Parents: WebHome > NDSMeindartVersteeg > Pattern
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.