<?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: Eigenen Pfeilkopf erstellen ?" in Modellierung</title>
    <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410977#M4481</link>
    <description>hey danke !&lt;BR /&gt; werd mir mal das GDL skripten etwas genauer ansehen</description>
    <pubDate>Thu, 11 Feb 2010 15:20:00 GMT</pubDate>
    <dc:creator>baldino</dc:creator>
    <dc:date>2010-02-11T15:20:00Z</dc:date>
    <item>
      <title>Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410972#M4476</link>
      <description>Man kann ja bei linien und polilinien einen Pfeilkopf hinzufügen.&lt;BR /&gt; Gibt es eine Möglichkeit diesen Pfeilkopf selbst zu definieren bzw. zu zeichnen ? Ich hätte nämlich gerne ein Rechteck und das gibts in der vordefinierten Pfeilköpfen nicht.&lt;BR /&gt; Danke für eure Hilfe</description>
      <pubDate>Thu, 11 Feb 2010 10:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410972#M4476</guid>
      <dc:creator>baldino</dc:creator>
      <dc:date>2010-02-11T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410973#M4477</link>
      <description>Nein, gibt es nicht. Kommt drauf an, was du willst, sonst kann man da ein kleines Objekt zu machen.</description>
      <pubDate>Thu, 11 Feb 2010 11:13:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410973#M4477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-11T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410974#M4478</link>
      <description>...oder ein kleines Rechteck zeichnen...  :dozey:</description>
      <pubDate>Thu, 11 Feb 2010 12:43:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410974#M4478</guid>
      <dc:creator>derheinz</dc:creator>
      <dc:date>2010-02-11T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410975#M4479</link>
      <description>... oder eine leere Etikette mit Rahmen, ohne Pfeilspitze und Textinhalt...  &lt;span class="lia-unicode-emoji" title=":Gesicht_mit_Zunge:"&gt;😛&lt;/span&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:58:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410975#M4479</guid>
      <dc:creator>Markus70</dc:creator>
      <dc:date>2010-02-11T12:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410976#M4480</link>
      <description>Neues Objekt anlegen, Code ins 2D-Skript:&lt;BR /&gt;  &lt;PRE&gt;c=0.1  &lt;BR /&gt; ! c= Kantenlänge. Kann auch&lt;BR /&gt; ! Parameter sein, dann Zeile obenlöschen.&lt;BR /&gt; &lt;BR /&gt; ! Fangpunkte&lt;BR /&gt; htspt=htspt+1 : hotspot2 0,0,htspt&lt;BR /&gt; htspt=htspt+1 : hotspot2 a,b,htspt&lt;BR /&gt; &lt;BR /&gt; ! Linie&lt;BR /&gt; line2 0,0, a,b&lt;BR /&gt; hotline2 0,0, a,b&lt;BR /&gt; &lt;BR /&gt; ! Ans Ende&lt;BR /&gt; add2 a,b&lt;BR /&gt; if b then&lt;BR /&gt;   if a then rot2 atn(b/a) else rot2 90&lt;BR /&gt;   else&lt;BR /&gt;   rot2 0&lt;BR /&gt;   endif&lt;BR /&gt; &lt;BR /&gt; ! Kopf&lt;BR /&gt; c=c/2&lt;BR /&gt; rect2 -c,-c,c,c&lt;BR /&gt;  &lt;/PRE&gt;und unter Namen deiner Wahl abspeichern.</description>
      <pubDate>Thu, 11 Feb 2010 14:55:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410976#M4480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-11T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenen Pfeilkopf erstellen ?</title>
      <link>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410977#M4481</link>
      <description>hey danke !&lt;BR /&gt; werd mir mal das GDL skripten etwas genauer ansehen</description>
      <pubDate>Thu, 11 Feb 2010 15:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modellierung/Eigenen-Pfeilkopf-erstellen/m-p/410977#M4481</guid>
      <dc:creator>baldino</dc:creator>
      <dc:date>2010-02-11T15:20:00Z</dc:date>
    </item>
  </channel>
</rss>

