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







PlugInn Vector Works

screenshot_THEMove

procedure MoveObjekts;

VAR x1,y1,x2,y2,dx,dy:REAL;
   
   
begin
    GetPt(x1,y1);
   GetPtL(x1, y1,x2, y2);
   
   dx:=x2-x1;
   dy:=y2-y1;
   
   MoveObjs(dx,dy,FALSE,FALSE);
end;

run(MoveObjekts);


Revision r1.2 - 16 Nov 2005 - 10:52 - NDSFrankThessling
Parents: WebHome > NDSFrankThessling
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.