Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2010-09-23 03:38 PM
! parameterskript
values "prometh" "Ansicht","Seitenansicht","Vorderaxonometrie","Isometrische Axonometrie","Monometrische Axonometrie","Dimetrische Axonometrie",
"Untersicht","Vorderseite Boden","Isometrischer Boden","Monometrischer Boden","Dimetrischer Boden"
if prometh = "Ansicht" then prometh_ = 3
if prometh = "Seitenansicht" then prometh_ = 4
if prometh = "Vorderaxonometrie" then prometh_ = 6
if prometh = "Isometrische Axonometrie" then prometh_ = 7
if prometh = "Monometrische Axonometrie" then prometh_ = 8
if prometh = "Dimetrische Axonometrie" then prometh_ = 9
if prometh = "Untersicht" then prometh_ = -3
if prometh = "Vorderseite Boden" then prometh_ = -6
if prometh = "Isometrischer Boden" then prometh_ = -7
if prometh = "Monometrischer Boden" then prometh_ = -8
if prometh = "Dimetrischer Boden" then prometh_ = -9
parameters prometh_ = prometh_
lock "prometh_"
! 2d skript
line2 0,0,a,0
mul2 a,b
project2 prometh_, 270, 0
! 3d skriptsieht dann so aus:
define style "textstil" "Arial", 300, 7, 0
set style "textstil"
text 0.0, 0, tx1
rotz 90
text 0.0, 0, tx2