<?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>topic Re: Arrow heads in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99347#M35388</link>
    <description>Yes, scripting the arrow heads is easy enough as long as you don’t need to offer the entire selection available with lines and labels. My object is built and performing well, just having some hotspot editing problems, which I will post separately. Thanks again.</description>
    <pubDate>Wed, 28 Dec 2005 19:13:45 GMT</pubDate>
    <dc:creator>SeaGeoff</dc:creator>
    <dc:date>2005-12-28T19:13:45Z</dc:date>
    <item>
      <title>Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99343#M35384</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi folks,&lt;BR /&gt;
is there any way to access the default ArchiCAD arrow heads when scripting 2D lines. I want to make a simple "ALIGN" object and am wondering if I need to script the arrow heads as polygons. Thanks in advance.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/67387i83945464A43231AB/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Align.png" title="Align.png" /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 08:09:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99343#M35384</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2005-12-20T08:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99344#M35385</link>
      <description>You will have to to to it by polygons. There is no access to the arrow head settings.</description>
      <pubDate>Tue, 20 Dec 2005 08:43:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99344#M35385</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-12-20T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99345#M35386</link>
      <description>Thank you my friend. I was afraid of that. Oh well, not so hard I guess as long as I don't feel the need to offer more than one or two.</description>
      <pubDate>Tue, 20 Dec 2005 09:03:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99345#M35386</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2005-12-20T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99346#M35387</link>
      <description>Since you are working with AC9 you can use DEFINE SOLID_FILL to be shure to get a solid arrow head:&lt;BR /&gt;

&lt;PRE&gt;filltype=MAX(IND(FILL,"Solid"),IND(FILL,"Solid Fill"))
IF filltype=0 THEN
  DEFINE SOLID_FILL "Solid"
  filltype=IND(FILL,"Solid")
  ENDIF

FILL "SOLID"
d=0.02
POLY2 3,2+4, -d/6,0,d/6,0,0,d&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Dec 2005 09:19:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99346#M35387</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-12-20T09:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99347#M35388</link>
      <description>Yes, scripting the arrow heads is easy enough as long as you don’t need to offer the entire selection available with lines and labels. My object is built and performing well, just having some hotspot editing problems, which I will post separately. Thanks again.</description>
      <pubDate>Wed, 28 Dec 2005 19:13:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99347#M35388</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2005-12-28T19:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Arrow heads</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99348#M35389</link>
      <description>Sorry. My script has a tiny bug:&lt;BR /&gt;
&lt;BR /&gt;
FILL filltype&lt;BR /&gt;
&lt;BR /&gt;
(instead of FILL "Solid") is right.</description>
      <pubDate>Thu, 29 Dec 2005 00:30:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Arrow-heads/m-p/99348#M35389</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-12-29T00:30:15Z</dc:date>
    </item>
  </channel>
</rss>

