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 miniOval;
VAR
   
   startAng,rad,rotang :REAL;
   n,i,w:INTEGER;
BEGIN
   

   w:= PWIDTHTABLE;
   n:= PNUMBEROFCHAIRS;
   startAng:=0;
   rotang:= 360/n;
   rad:= w/2;
   
   
   PenSize (14);
   PenFore (33333,11111,11111);
      FOR i:=1 TO n DO BEGIN;
         ArcByCenter (rad,0,rad/4,startAng,360);
         RotatePoint (0,0,rotang);
         Redraw;
      
      END;   

   DSelectAll;
   PenSize(28);
   PenFore (66666,33333,22222);
   ArcbyCenter (0,0,rad,startAng,360);


END;

RUN(miniOval);

Revision r1.1 - 16 Nov 2005 - 05:55 - NDSYaelGirotIfrah
Parents: WebHome > NDSYaelGirotIfrah > YaelGirotMyPlug
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
MAS0506stu.YaelGirotPlugScript moved from MAS0506stu.MyPlugScript on 16 Nov 2005 - 06:19 by NDSYaelGirotIfrah - put it back

This website has been archived and is no longer maintained.