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 - 2004/05 - 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





artenvielfalt

_________________________________________________________________________________________________________________________________________________________

Das Script 04: zurück zur Koralle



PROCEDURE sweep_02;

VAR

   x:REAL;
   xDim:REAL;
   xLoch:REAL;
   y:REAL;
   yDim:REAL;

BEGIN

   x:=1.3;
   xDim:=0.3;
   xLoch:=0.4;
   y:=10;
   yDim:=0.4;

{BeginSweep(#10d,#360d,#20d,0');
Smooth(3);
   Poly(x+xDim,0,x,yDim,x,y-4*yDim,x-xDim,y-2*yDim,xLoch,y,
   xLoch,y-yDim,x-2*xDim,y-3*yDim,x-xDim,y-3*yDim,x-xDim,yDim,x,0);
EndSweep;}

{-----------------------------eins-----------------------------------}

BeginSweep(#90d,#360d,#10d,0');
Smooth(3);
   Poly(x,0,x,y-4*yDim,x-xDim,y-2*yDim,xLoch,y,xLoch,y-yDim,
   x-2*xDim,y-2*yDim,x*xDim,y-3*yDim,x-xDim,0);
   Locus(0,0);
EndSweep;

{-----------------------------zwei-----------------------------------}

BeginSweep(#10d,#360d,#10d,0');
Smooth(3);
   Poly(x,0,x,y-4*yDim,x-xDim,y-2*yDim,xLoch,y,xLoch,y-yDim,
   x-2*xDim,y-2*yDim,x*xDim,y-3*yDim,x-xDim,0);
   Locus(0,0);
EndSweep;
Rotate3D(21d 10' 22",-18d 44' 50",-7d 5' 45");

{----------------------------drei-------------------------------------------}

BeginSweep(#10d,#360d,#10d,0');
Smooth(3);
   Poly(x,0,x,y-4*yDim,x-xDim,y-2*yDim,xLoch,y,xLoch,y-yDim,
   x-2*xDim,y-2*yDim,x*xDim,y-3*yDim,x-xDim,0);
   Locus(0,0);
EndSweep;
Rotate3D(30d 30' 40",50d 44' 60",50d 5' 90");
Move3D(0",0.2",0");

{----------------------------drei-------------------------------------------}

BeginSweep(#10d,#360d,#10d,0');
Smooth(3);

   Poly(x,0,x,y-4*yDim,x-xDim,y-2*yDim,xLoch,y,xLoch,y-yDim,
   x-2*xDim,y-2*yDim,x*xDim,y-3*yDim,x-xDim,0);
   Locus(0,0);
EndSweep;
Rotate3D(30d 30' 40",120d 44' 60",60d 5' 90");
Move3D(0",0.1",0");





END;

RUN (sweep_02);

__________________________________________________________________________________________________________________________________________________________

AestE14

Revision r1.5 - 02 Dec 2004 - 22:32 - NDSBergitHillner
Parents: WebHome > HillnerMain > ScriptinG > ModuL0105 > ModuL0106 > ModuL0107 > AestE01 > AestE02 > AestE03 > AestE04 > AestE05 > AestE06 > AestE07 > AestE08 > AestE09 > AestE10 > AestE11 > AestE12
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.