<?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: Moving Points" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449148#M2705</link>
    <description>Für eine Verschiebung in x und y Richtung braucht man für x und y je eine Hotspotdefinition, wobei eine aus je einer 3er Kombination besteht.&lt;BR /&gt; Für die 2D-Verschiebung definiert man 2 Parameter,  in diesem Bsp bleib ich bei x und y.&lt;BR /&gt; &lt;BR /&gt; Die Programmierzeile der 3er-Kombi für x lautet dann&lt;BR /&gt; &lt;BR /&gt; HOTSPOT2 x, -0.1, 1, y, 3     !Referenz&lt;BR /&gt; HOTSPOT2 x,    0, 2, y, 1+128 ! Basis&lt;BR /&gt; HOTSPOT2 x,    y, 3, y, 2     !Beweger&lt;BR /&gt; &lt;BR /&gt; Das selbe dann für y umschreiben!&lt;BR /&gt; Beim Objekt, das verschoben werden soll, dann x und y als Variable für den Einfügepunkt nehmen. Fertig!&lt;BR /&gt; &lt;BR /&gt; Zur Erklärung:Die 5 Parameter einer Zeile sind: X-Position, y-Position, lfd. ID-Nummer, Parameter-Referenz (auf welchen 2. Parameter sich die Verschiebung bezieht), Bezeichnung des Hotspottyps (Referenz ist immer unsichtbar, Basis ist sichtbar, wenn an1 +128 dazugehängt ist, Beweger ist immer sichtbar.)&lt;BR /&gt; Zur besseren Verdeutlichung hat mir Jochen eine Demo-Datei zur Verfügung gestellt, die ist sehr informativ! (mail an mich!)&lt;BR /&gt; Nun ist aber alles klar, oder? UTE   :winken:</description>
    <pubDate>Thu, 18 Mar 2004 08:06:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-03-18T08:06:00Z</dc:date>
    <item>
      <title>Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449144#M2701</link>
      <description>Hallo GDL-Freaks&lt;BR /&gt; Wer kann mir weiterhelfen bei der Programmierung von moving points!&lt;BR /&gt; Hab zwar die Programmzeilen (Hotspots, kommen immer zu dritt- base, reference, moving point) in Vergleichsobjekt gefunden, kann aber selber im eigenen Bibliothekselement keinen programmieren.&lt;BR /&gt;   :winken:   Ute</description>
      <pubDate>Wed, 25 Feb 2004 16:35:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449144#M2701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-25T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449145#M2702</link>
      <description>Du kannst Dein Objekt an meine eMail-Adresse  &lt;A href="mailto:gdl@b-prisma.de"&gt;gdl@b-prisma.de&lt;/A&gt; senden.&lt;BR /&gt; Ich schau es mir dann mal an.&lt;BR /&gt; Jochen</description>
      <pubDate>Wed, 25 Feb 2004 20:26:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449145#M2702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-02-25T20:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449146#M2703</link>
      <description>Danke für die Hilfe, hat super geklappt! Ute</description>
      <pubDate>Tue, 16 Mar 2004 11:09:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449146#M2703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-16T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449147#M2704</link>
      <description>Hallo Ute!&lt;BR /&gt; &lt;BR /&gt; freut mich, dass es super geklappt hat!! schreib doch mal, was genau Du gemacht hast!!&lt;BR /&gt; &lt;BR /&gt; Gruß, az</description>
      <pubDate>Wed, 17 Mar 2004 22:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449147#M2704</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2004-03-17T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449148#M2705</link>
      <description>Für eine Verschiebung in x und y Richtung braucht man für x und y je eine Hotspotdefinition, wobei eine aus je einer 3er Kombination besteht.&lt;BR /&gt; Für die 2D-Verschiebung definiert man 2 Parameter,  in diesem Bsp bleib ich bei x und y.&lt;BR /&gt; &lt;BR /&gt; Die Programmierzeile der 3er-Kombi für x lautet dann&lt;BR /&gt; &lt;BR /&gt; HOTSPOT2 x, -0.1, 1, y, 3     !Referenz&lt;BR /&gt; HOTSPOT2 x,    0, 2, y, 1+128 ! Basis&lt;BR /&gt; HOTSPOT2 x,    y, 3, y, 2     !Beweger&lt;BR /&gt; &lt;BR /&gt; Das selbe dann für y umschreiben!&lt;BR /&gt; Beim Objekt, das verschoben werden soll, dann x und y als Variable für den Einfügepunkt nehmen. Fertig!&lt;BR /&gt; &lt;BR /&gt; Zur Erklärung:Die 5 Parameter einer Zeile sind: X-Position, y-Position, lfd. ID-Nummer, Parameter-Referenz (auf welchen 2. Parameter sich die Verschiebung bezieht), Bezeichnung des Hotspottyps (Referenz ist immer unsichtbar, Basis ist sichtbar, wenn an1 +128 dazugehängt ist, Beweger ist immer sichtbar.)&lt;BR /&gt; Zur besseren Verdeutlichung hat mir Jochen eine Demo-Datei zur Verfügung gestellt, die ist sehr informativ! (mail an mich!)&lt;BR /&gt; Nun ist aber alles klar, oder? UTE   :winken:</description>
      <pubDate>Thu, 18 Mar 2004 08:06:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449148#M2705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-18T08:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449149#M2706</link>
      <description>Zur Veranschaulichung gibt es im Handbuch auch eine Skizze, die auch für den 'Neuling' (mal zur Abwechslung    &lt;!-- s;) --&gt;&lt;span class="lia-unicode-emoji" title=":zwinkerndes_Gesicht:"&gt;😉&lt;/span&gt;&lt;!-- s;) --&gt;   ) ganz hilfreich ist.&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 18. März 2004, 12:06: Beitrag editiert von: Ove Bodj ]&lt;/SMALL&gt;</description>
      <pubDate>Thu, 18 Mar 2004 11:05:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449149#M2706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-18T11:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449150#M2707</link>
      <description>hallo Ute,&lt;BR /&gt; &lt;BR /&gt; Dank für die Zeilen!!&lt;BR /&gt; ...ich würde Dir gern mailen, aber ich finde keine Adresse!! Meine steht im Kopf der message!!&lt;BR /&gt; &lt;BR /&gt; Gruß, az&lt;BR /&gt;  &lt;BR /&gt;  &lt;SMALL&gt;[ 25. März 2004, 16:47: Beitrag editiert von: Andreas Zeike ]&lt;/SMALL&gt;</description>
      <pubDate>Thu, 25 Mar 2004 15:46:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449150#M2707</guid>
      <dc:creator>andreaszeike</dc:creator>
      <dc:date>2004-03-25T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Points</title>
      <link>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449151#M2708</link>
      <description>T`schuldigung!&lt;BR /&gt; Meine Mailadresse ist &lt;!-- e --&gt;&lt;A href="mailto:koenig@kaufmann.at"&gt;koenig@kaufmann.at&lt;/A&gt;&lt;!-- e --&gt;!&lt;BR /&gt; Grüße Ute</description>
      <pubDate>Mon, 29 Mar 2004 06:22:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/Moving-Points/m-p/449151#M2708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-03-29T06:22:00Z</dc:date>
    </item>
  </channel>
</rss>

