Hallo,
Ich habe mir ein Objekt zusammengebastelt, welche mir Text mit verschiedenen Rahmen darstellt. Das funktioniert auch recht gut. Allerdings bekomme ich beim Generieren einer 3D-Ansicht (Schnitt, Perspektive etc.) die Fehlermeldung "Ungültige Transormationsmatrix (eigenartig) bei Zeile 12 von Datei Text_umrahmt.gsm" Das "f" fehlt übrigens tatsächlich;-)
Ich habe nun gesucht, aber nichts gefunden, was diesen Fehler auslöst. Es gibt keinerlei 3D-Daten.
Ich füge hier mal den Code ein:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
if sch=1 then
FILL fills
PEN penf
if form='Rechteck' then
poly2_b 4, 2+4, penf, gs_back_pen,
0, 0, 0,
0, a, 0,
b, a, 0,
b, 0, 0
endif
if form='Kreis' then
poly2_b 2, 2+4, penf, gs_back_pen,
a/2, b/2, 900,
a/2, 360, 4001
endif
endif
PEN linestift
if form='Rechteck' then RECT2 0, 0, a, b
if form='Kreis' then CIRCLE2 a/2, b/2, a/2
if fontstyle='normal' then fstyle=0
if fontstyle='fett' then fstyle=1
if fontstyle='kursiv' then fstyle=2
if fontstyle='unterstrichen' then fstyle=4
!if fontstyle='Outline' then fstyle=8
!if fontstyle='Schatten' then fstyle=16
DEFINE STYLE "STYLE_1" schriftart, schrifthoehe, 5, fstyle
PEN textstift
SET STYLE "STYLE_1"
TEXT2 a/2, b/2, textinhalt
Der Subtype ist Zeichnungssymbol.
Was ist da falsch?
Gruss Thomas
ArchiCad 18 GER FULL | Windows 7 Ult. x64 | 4 GB RAM | Athlon Dual-Core 2,5 GHz