...hier einmal der Tisch ohne Polster!
(...aber mit ein paar Fangpunkten)
hier die
Parameter und hier das
Objekt zum Download hier die Scripte:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
! 3D Script
! Tisch, einfach
ADDz h ! Tischplatte
BLOCK a,b,d
DEL 1
BLOCK s,s,h ! erstes und zweites Bein
ADDx a-s
BLOCK s,s,h
DEL 1
ADDy b-s
BLOCK s,s,h ! drittes und viertes Bein
ADDx a -s
BLOCK s,s,h
DEL top
Hotspot 0,0,h ! Fangpunkte für 3d und Schnitt
Hotspot a,0,h
Hotspot 0,b,h
Hotspot a,b,h</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
! 2D Script
! Tisch, einfach
Hotspot2 0,0,0 ! Fangpunkte Tischbeine aussen
Hotspot2 a,0,0
Hotspot2 0,b,0
Hotspot2 a,b,0
Hotspot2 s,s,0 ! Fangpunkte Tischbeine innen
Hotspot2 (a-s),s,0
Hotspot2 s,(b-s),0
Hotspot2 (a-s),(b-s),0
PROJECT2 3,270,1 ! Draufsicht (nicht verdeckt!)Gruß, az