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





FLU

-- NDSSladjanaMarkovic - 09 Nov 2005

  • flu
    flu.gif
       PROCEDURE flu;
    
    VAR
    
    rectWidth, rectHeight : INTEGER;
    r,g,b:LONGINT;
    i,m: INTEGER;
    startX: INTEGER;
    gap : REAL;
    
    BEGIN
    
    rectWidth:=20;
    rectHeight:=50;
    gap := 2;
    
    
       For m:=0 TO 20 DO BEGIN
    
          For i:=0 TO 10 DO BEGIN
    
          ColorIndexToRGB (15,r,g,b);
          PenFore (r,g,b);
          FillBack (0,0,0);
          startX := i*rectWidth + i*gap ;
    
          Rect(startX,0,startX + rectWidth,rectHeight);
    
          RotatePoint(startX,0,45);
    
          END;
    
       MoveObjs(2*m,2*m,FALSE,FALSE);
       
       END;
    
    END;
    
    RUN(flu);
    

Revision r1.1 - 09 Nov 2005 - 11:19 - NDSSladjanaMarkovic
Parents: WebHome > NDSSladjanaMarkovic > MiniAssignmentI
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.