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





~ 02-2.4 christmas module



Module 02.2.3 Results 3d. Script


module02titel5.jpg



PROCEDURE rrectangles;

VAR
   objectHand, recordHand, wallHand   :   HANDLE;
   objectName   :    STRING;
   col1      :   INTEGER; 


BEGIN;

IF GetCustomObjectInfo(objectName, objectHand, recordHand, wallHand) THEN BEGIN   
   SetObjectVariableBoolean (objectHand,800,TRUE);       
END;


col1 := PVALUE * 32767;
SetFillBack(objectHand,col1,col1,col1);
SetPenFore(objectHand,col1,col1,col1);

CASE col1 OF

0..20000 : BeginMXtrd(0,21); 
20001..25000 : BeginMXtrd(0,18);
25001..28000 : BeginMXtrd(0,15);
28001..29000 : BeginMXtrd(0,12);
29001..32767 : BeginMxtrd(0,9);

OTHERWISE Message('no example');

END;

rrect(0,0,7,7,4.5,2.5);
rrect(3,3,7,7,1.5,0.5);
rrect(0,0,3,3,2.5,1.5);
rrect(1,1,2,2,0.5,0.5);

EndMXtrd;

END;
run(rrectangles);



-- NDSClaudiaFuhr - 21 Dec 2005

Revision r1.1 - 21 Dec 2005 - 02:51 - NDSClaudiaFuhr
Parents: WebHome > NDSClaudiaFuhr > Claudiamodule02-2 > Claudiamodule02-21 > Claudiamodule02-22
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.