abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 
abbrechen
Suchergebnisse werden angezeigt für 
Stattdessen suchen nach 
Meintest du: 

Wir schätzen Ihren Input!
Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil

Bibliotheken und Objekte
Archicad- und BIMcloud-Bibliotheken, deren Verwaltung und Migration, Objekte und andere Bibliotheksteile, etc.

flächenbündige türe - bibliothekselement

Anonymous
Nicht anwendbar
hi together

hat jemand ein bibliothekselement (3d) welches im grundriss eine flächenbündige türe darstellt?

win xp, archicad 7.0

gruss manolonam
6 ANTWORTEN 6
Anonymous
Nicht anwendbar
hmm, was meinst du?
eine schattennutzarge, oder ein stumpf angeschlagenes türblatt?

kann dir aber bei beidem leider nicht weiterhelfen 😄

APRIL APRIL
Anonymous
Nicht anwendbar
ein stumpf angeschlagenes türblatt...

aber danke trotzdem...
andreaszeike
Newcomer
versuche mal folgendes:

- öffne das Element Stocktür_1_Fl 70.dor und speichere es unter einem neuen Namen ab

- suche im 3D-Script die Textzeilen:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">addx a/2-tsz+0.01
roty -ow
addx -a/2+tsz-0.01

if ap = "Typ 22" then addz 0.03
addz -0.025

addy 0.005

material mat_p

call agdl a-2*tsz+2*0.01, b-tsz+0.01-0.005, mat1, mat2, handle, handoo, mat_p

if ap = "Typ 22" then del 1

del 4 ...und verändere sie wie folgt:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">addx a/2-tsz+0.01
roty -ow
addx -a/2+tsz-0.01

!if ap = "Typ 22" then addz 0.03
!addz -0.025

addy 0.005

material mat_p

call agdl a-2*tsz+2*0.01, b-tsz+0.01-0.005, mat1, mat2, handle, handoo, mat_p

!if ap = "Typ 22" then del 1

del 4 - das neue Element speichern und einsetzen

Jetzt solltest Du eine flächenbündige Stocktüre haben!

Gruß, az

[ 03. April 2003, 14:00: Beitrag editiert von: Andreas Zeike ]
Anonymous
Nicht anwendbar
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Zitat:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Original erstellt von Andreas Zeike:
[QB] :

und verändere sie wie folgt:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">addx a/2-tsz+0.01
roty -ow
addx -a/2+tsz-0.01

!if ap = "Typ 22" then addz 0.03
!addz -0.025

addy 0.005

material mat_p

call agdl a-2*tsz+2*0.01, b-tsz+0.01-0.005, mat1, mat2, handle, handoo, mat_p

!if ap = "Typ 22" then del 1

del 4 ... das letzte DEL 4 muss DEL 3 heissen.
Anonymous
Nicht anwendbar
ich habe es auch ausprobiert. irgendwas funktioniert nicht ganz. im 3d ist die türe ca. 10 m dick. was ist da falsch gelaufen. (habe den text ins gdl rüberkopiert)
welche einstellung muss ich im 2d ändern, damit die türe 1/20 auch so dargestellt wird?
andreaszeike
Newcomer
hallo urs,

im 3d-script ist es das Textstück vor den END, das Du austauschen musst. Und Jochen hat Recht, DEL 3 ist natürlich richtig!

Also:
hinter if hando="Klinke 2" then handoo=4

steht nur noch
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"> if hando="Klinke 2" then handoo=4


addx a/2-tsz+0.01
roty -ow
addx -a/2+tsz-0.01

!if ap = "Typ 22" then addz 0.03
!addz -0.025
addy 0.005

material mat_p
call agdl a-2*tsz+2*0.01, b-tsz+0.01-0.005, mat1, mat2, handle, handoo, mat_p

!if ap = "Typ 22" then del 1
del 3

END
und dann der ganze Rest.

Im 2D-Script schreibst Du folgendes:

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">add2 0,-tm
project2 1,270,2 und den ganzen Rest löscht Du weg oder setzt ihn inaktiv.

Gruß, az