<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Re: Ungültige Transormationsmatrix (eigenartig)" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438174#M1386</link>
    <description>dito: zzyzx war schneller &lt;!-- s:-) --&gt;&lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;!-- s:-) --&gt;</description>
    <pubDate>Tue, 08 Jun 2004 15:14:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-06-08T15:14:00Z</dc:date>
    <item>
      <title>Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438169#M1381</link>
      <description>Hallo,&lt;BR /&gt; &lt;BR /&gt; 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;-)&lt;BR /&gt; &lt;BR /&gt; Ich habe nun gesucht, aber nichts gefunden, was diesen Fehler auslöst. Es gibt keinerlei 3D-Daten.&lt;BR /&gt; &lt;BR /&gt; Ich füge hier mal den Code ein:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt; &lt;BR /&gt; if sch=1 then&lt;BR /&gt; 	FILL	fills&lt;BR /&gt; 	PEN 	penf&lt;BR /&gt; 	&lt;BR /&gt; 	if form='Rechteck' 	then&lt;BR /&gt; 		poly2_b      4,      2+4, 	penf, 	gs_back_pen,&lt;BR /&gt; 		0,	0,	0,&lt;BR /&gt; 		0,	a,	0,&lt;BR /&gt; 		b,	a,	0,&lt;BR /&gt; 		b,	0,	0&lt;BR /&gt; 	endif&lt;BR /&gt; &lt;BR /&gt; 	if form='Kreis'		then &lt;BR /&gt; 		poly2_b 	2,	 2+4, 	penf, 	gs_back_pen,&lt;BR /&gt; 		a/2, b/2, 900,&lt;BR /&gt; 		a/2, 360, 4001&lt;BR /&gt; 	endif&lt;BR /&gt; endif&lt;BR /&gt; &lt;BR /&gt; PEN 	linestift&lt;BR /&gt; &lt;BR /&gt; if form='Rechteck' 	then RECT2	0, 0, a, b&lt;BR /&gt; if form='Kreis'		then CIRCLE2 a/2, b/2, a/2&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; if fontstyle='normal' 	then fstyle=0&lt;BR /&gt; if fontstyle='fett' 	then fstyle=1&lt;BR /&gt; if fontstyle='kursiv' 	then fstyle=2&lt;BR /&gt; if fontstyle='unterstrichen' then fstyle=4&lt;BR /&gt; !if fontstyle='Outline' then fstyle=8&lt;BR /&gt; !if fontstyle='Schatten' then fstyle=16&lt;BR /&gt; &lt;BR /&gt; DEFINE STYLE    "STYLE_1" schriftart,  schrifthoehe,   5,   fstyle&lt;BR /&gt; &lt;BR /&gt; PEN		textstift&lt;BR /&gt; &lt;BR /&gt; SET STYLE "STYLE_1"&lt;BR /&gt; TEXT2 	a/2, 	b/2, 	textinhalt&lt;BR /&gt; &lt;BR /&gt;  Der Subtype ist Zeichnungssymbol.&lt;BR /&gt; &lt;BR /&gt; Was ist da falsch?</description>
      <pubDate>Tue, 08 Jun 2004 13:33:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438169#M1381</guid>
      <dc:creator>architom</dc:creator>
      <dc:date>2004-06-08T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438170#M1382</link>
      <description>wo hast du das skript drin stehen?&lt;BR /&gt; - im 2d-skript sollte das keine probleme bereiten&lt;BR /&gt; - im master skript ... wer weiss&lt;BR /&gt; also in dem 2.fall alles ins 2d skript schieben&lt;BR /&gt; ...&lt;BR /&gt; ps: die fontstyle werte kannst du auch aufsummieren; es kann ja auch ein text kursiv &amp;amp; fett dargestellt werden&lt;BR /&gt;   :winken:</description>
      <pubDate>Tue, 08 Jun 2004 14:10:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438170#M1382</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-06-08T14:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438171#M1383</link>
      <description>Es steht alles im 2d-Script. Master-Script ist leer, genauso wie alles andere ausser im Parameter-Script:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt; &lt;BR /&gt; values "fontstyle" 'normal', 'fett', 'kursiv', 'unterstrichen'&lt;BR /&gt; values "form" 'Rechteck', 'Kreis'&lt;BR /&gt;  Die komplette Datei habe ich auch unter  &lt;A href="http://home.arcor.de/thomas.hermanngrw/pub/Text_umrahmt.gsm" target="_blank"&gt;Objekt: Text umrahmt&lt;/A&gt; abgelegt.&lt;BR /&gt; &lt;BR /&gt; Bei jedem Schnitt aufbauen wird für jedes platzierte Objekt die Fehlermeldung ausgegeben. Das nervt gewaltig.</description>
      <pubDate>Tue, 08 Jun 2004 14:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438171#M1383</guid>
      <dc:creator>architom</dc:creator>
      <dc:date>2004-06-08T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438172#M1384</link>
      <description>BEschreibe nochmal genauer wo der Fehler auftritt. Oft stimmt die Fehlermeldung mit Objektname und/oder Zeile nicht überein. Manchmal ist es auch ein ganz anderer Zusammenhang.&lt;BR /&gt; &lt;BR /&gt; Zeilenangabe: Bei Verwendung des Masterscripts werden die Zeilen dort mitgezählt. Dann ist Fehler in Zeile 12 des 2Dskripts in Zeile (12-Anzahl Master Skript TZeilen) des 2D-Skripts.&lt;BR /&gt; &lt;BR /&gt; Stelle sicher, daß fills, penf, textstift etc. micht 0 werden kann.&lt;BR /&gt; &lt;BR /&gt; Wo tritt der Fehler auf? Im Editor/3D-Fenster/web-plugin....&lt;BR /&gt; &lt;BR /&gt; Schließe mal dein Projekt. Gehe sofort auf Ablage&amp;gt;Neu, platziere ein Objekt und erzeuge einen Schnitt. Fehler immer noch da? Nein? Mal in deinem Problemprojekt alle deine Textobjekte löschen. Fehler immer noch da?</description>
      <pubDate>Tue, 08 Jun 2004 14:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438172#M1384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438173#M1385</link>
      <description>hab mir das teil angesehen: &lt;BR /&gt; folgendes problem ist da drin enthalten:&lt;BR /&gt; - du hast das teil wahrscheinlich irgendwie aus einem anderen gebastelt: jedenfalls steht im 3d skript einiges drin&lt;BR /&gt; - dann hast du den subtype verändert; das 3d skript wird nicht mehr angezeigt, ist aber noch da !!!&lt;BR /&gt; - und: zzyzx wurde als variable gelöscht, ist also =0&lt;BR /&gt; - im 3d skript steht jetzt immer noch "mulz zzyzx/1" und das verursacht den fehler&lt;BR /&gt; ...&lt;BR /&gt; lösung: subtype auf möbel umstellen, alles im 3d skript löschen, subtype wieder zurückstellen (so hab ich das auch gefunden...hatte da so'ne idee...)&lt;BR /&gt;   :yeah:    :winken:</description>
      <pubDate>Tue, 08 Jun 2004 15:05:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438173#M1385</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-06-08T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438174#M1386</link>
      <description>dito: zzyzx war schneller &lt;!-- s:-) --&gt;&lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;!-- s:-) --&gt;</description>
      <pubDate>Tue, 08 Jun 2004 15:14:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438174#M1386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T15:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ungültige Transormationsmatrix (eigenartig)</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438175#M1387</link>
      <description>Hallo,&lt;BR /&gt; &lt;BR /&gt; Herzlichen Dank! Da wäre ich nicht drauf gekommen. Aber wieder etwas schlauer geworden;-)&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 09. Juni 2004, 08:00: Beitrag editiert von: architom ]&lt;/SMALL&gt;</description>
      <pubDate>Wed, 09 Jun 2004 06:00:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Ung%C3%BCltige-Transormationsmatrix-eigenartig/m-p/438175#M1387</guid>
      <dc:creator>architom</dc:creator>
      <dc:date>2004-06-09T06:00:00Z</dc:date>
    </item>
  </channel>
</rss>

