<?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: list of line types and fills? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23174#M39389</link>
    <description>&lt;BLOCKQUOTE&gt;Joachim wrote:&lt;BR /&gt;In the German Library of AC 81 is something like the object of Matthew.&lt;BR /&gt;
It is also available for Pens and Linetypes. You can find the files appended.&lt;/BLOCKQUOTE&gt;

Thanks for posting, Joachim!&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
    <pubDate>Mon, 27 Sep 2004 16:40:50 GMT</pubDate>
    <dc:creator>Karl Ottenstein</dc:creator>
    <dc:date>2004-09-27T16:40:50Z</dc:date>
    <item>
      <title>list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23164#M39379</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Howdy,&lt;BR /&gt;
first let me say that after two years with AC I’m am no longer a GDL virgin! I tried to hold out as long as possible but just couldn’t resist the urge to modify some parts. Now I’m in trouble as I’ve already spent a few late nights tweaking code &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
My thrust at the moment is refining office standards, so I’m tweaking bugs and markers or just building them from scratch.  As I explained in a recent topic one thing I need for new employees is a graphic chart showing the line types and fills we have as part of our template. But I cannot find a function that returns the number of fills, line types, materials, etc. so I can script a loop to draw each one. Is this possible?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Sep 2004 21:16:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23164#M39379</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2004-09-21T21:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23165#M39380</link>
      <description>Geoff,&lt;BR /&gt;
&lt;BR /&gt;
What I do is just create a parameter that lets me set the number of times to reenter the loop.&lt;BR /&gt;
&lt;BR /&gt;
I have found that even if the number is larger than the number of available fills, line types, etc. it's not a problem.&lt;BR /&gt;
&lt;BR /&gt;
I am attaching a little thing I made (nothing fancy) to show all the fills in a project to demonstrate the idea.</description>
      <pubDate>Tue, 21 Sep 2004 21:46:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23165#M39380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-21T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23166#M39381</link>
      <description>Way cool Matthew, thanks. Best way to learn is dissect other people's code. &lt;BR /&gt;
&lt;BR /&gt;
So I guess there is no function that returns the number of fills, materials, or line types? Seems an oversight.</description>
      <pubDate>Fri, 24 Sep 2004 02:23:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23166#M39381</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2004-09-24T02:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23167#M39382</link>
      <description>&lt;BLOCKQUOTE&gt;Matthew wrote:&lt;BR /&gt;I am attaching a little thing I made (nothing fancy) to show all the fills in a project to demonstrate the idea.&lt;/BLOCKQUOTE&gt;

Unzipped fine, but not recognized as a library part on Windows (in 8.1 or 9.0) ... is it just me?&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 24 Sep 2004 18:21:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23167#M39382</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-09-24T18:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23168#M39383</link>
      <description>Thanks, Matthew. Very interesting.&lt;BR /&gt;
Perfect even until small details. Fill names display on different lines, &lt;BR /&gt;
so they don't overlap with long names. Excellent.&lt;BR /&gt;
Works correctly for me on Mac.</description>
      <pubDate>Fri, 24 Sep 2004 19:33:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23168#M39383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23169#M39384</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Matthew wrote:&lt;BR /&gt;I am attaching a little thing I made (nothing fancy) to show all the fills in a project to demonstrate the idea.&lt;/BLOCKQUOTE&gt;

Unzipped fine, but not recognized as a library part on Windows (in 8.1 or 9.0) ... is it just me?&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Strange, I thought that cross platform thing was handled years ago (version 6?). You can always just grab the text with any text editor and paste it into a blank 2D script. I am attaching a snapshot of the parameter window if you feel like going to all the trouble. I'll see if I can check it out on my ThinkPad later.&lt;BR /&gt;
&lt;BR /&gt;
BTW: A cool thing you can do with this toy is explode the object and copy/paste (or modulize) fills from different files so you can sort out the ones you like, organize them by type, and save modules for later. ScrapIt Pro also works great for making a catalog of fill patterns.</description>
      <pubDate>Fri, 24 Sep 2004 19:56:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23169#M39384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T19:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23170#M39385</link>
      <description>&lt;BLOCKQUOTE&gt;"Matthew LohdenStrange, I thought that cross platform thing was handled years ago (version 6?). [/quote wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;BR /&gt;
It was some strange unzip thing.  I downloaded again, unzipped again, and the (slightly larger) gsm works fine now!&lt;BR /&gt;
&lt;BR /&gt;
Sorry for crying wolf.&lt;BR /&gt;
&lt;BR /&gt;
Very handy object, and a nice concise example of using GDL, Matthew.&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 24 Sep 2004 20:05:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23170#M39385</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-09-24T20:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23171#M39386</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;It was some strange unzip thing.  I downloaded again, unzipped again, and the (slightly larger) gsm works fine now!&lt;BR /&gt;
&lt;BR /&gt;
Sorry for crying wolf.&lt;BR /&gt;
&lt;BR /&gt;
Very handy object, and a nice concise example of using GDL, Matthew.&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Thanks for the update. It saves me a trip back to Win2K (for now).&lt;BR /&gt;
&lt;BR /&gt;
Glad you like it, and thanks for the compliment.</description>
      <pubDate>Fri, 24 Sep 2004 20:10:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23171#M39386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23172#M39387</link>
      <description>Now that you got me going...&lt;BR /&gt;
&lt;BR /&gt;
I couldn't resist a little tweaking to the part to avoid the inconvenience of having to guess (or look up, or count) how many fills are in the project.&lt;BR /&gt;
&lt;BR /&gt;
Now it just uses the available area, and you can just stretch it until you have all the fills. (Just don't make it smaller than 1 unit high or wide. I didn't put in the error correcting code and it will create a divide by zero error.)</description>
      <pubDate>Fri, 24 Sep 2004 21:26:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23172#M39387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-24T21:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23173#M39388</link>
      <description>In the German Library of AC 81 is something like the object of Matthew.&lt;BR /&gt;
It is also available for Pens and Linetypes. You can find the files appended.</description>
      <pubDate>Mon, 27 Sep 2004 09:48:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23173#M39388</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2004-09-27T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23174#M39389</link>
      <description>&lt;BLOCKQUOTE&gt;Joachim wrote:&lt;BR /&gt;In the German Library of AC 81 is something like the object of Matthew.&lt;BR /&gt;
It is also available for Pens and Linetypes. You can find the files appended.&lt;/BLOCKQUOTE&gt;

Thanks for posting, Joachim!&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 27 Sep 2004 16:40:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23174#M39389</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-09-27T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23175#M39390</link>
      <description>&lt;BLOCKQUOTE&gt;Matthew wrote:&lt;BR /&gt;I couldn't resist a little tweaking to the part to avoid the inconvenience of having to guess (or look up, or count) how many fills are in the project.&lt;/BLOCKQUOTE&gt;

VERY useful; no time for tweaks, so I have to nag: if you stretch, the hotspots don't always keep at the corners, and the fill name text can mix, depending on the scale.</description>
      <pubDate>Mon, 27 Sep 2004 18:46:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23175#M39390</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2004-09-27T18:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23176#M39391</link>
      <description>I forgot to thank everyone here. I Modified and translated the German objects. Just the ticket  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 08 Oct 2004 04:56:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23176#M39391</guid>
      <dc:creator>SeaGeoff</dc:creator>
      <dc:date>2004-10-08T04:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23177#M39392</link>
      <description>I just saw today a new item under the Tools menu in AC 8.1- Test it! It's what we need - it places all the fills in the Drawing and the are placed as fills so you can AltClick on them!</description>
      <pubDate>Fri, 08 Oct 2004 07:25:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23177#M39392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-08T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23178#M39393</link>
      <description>Kliment wrote, &lt;BLOCKQUOTE&gt;I just saw today a new item under the Tools menu in AC 8.1- Test it! It's what we need - it places all the fills in the Drawing and the are placed as fills so you can AltClick on them! 
&lt;/BLOCKQUOTE&gt;

I don't seem to have that in my tools menu.  Is it an add on located in another location?  Thanks</description>
      <pubDate>Fri, 08 Oct 2004 15:06:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23178#M39393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-08T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23179#M39394</link>
      <description>Hi  Kliment, same thing here on Mac. Can you give more explanations? Thanks</description>
      <pubDate>Fri, 08 Oct 2004 15:12:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23179#M39394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-08T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23180#M39395</link>
      <description>It's an Add-on and it's called FillPlace2.apex. &lt;BR /&gt;
 &lt;BR /&gt;
Isn't it included in the standard AC installation?!</description>
      <pubDate>Mon, 11 Oct 2004 07:38:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23180#M39395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-11T07:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23181#M39396</link>
      <description>&lt;BLOCKQUOTE&gt;It's an Add-on and it's called FillPlace2.apex. &lt;BR /&gt;
&lt;BR /&gt;
Isn't it included in the standard AC installation?&lt;/BLOCKQUOTE&gt;

It was not included in the version I have.  Could you email it to me privately?  Thanks</description>
      <pubDate>Mon, 11 Oct 2004 15:11:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23181#M39396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-11T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: list of line types and fills?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23182#M39397</link>
      <description>It seems I have downloaded this Add-on from somewhere but I don't remember from where.   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm sure I haven't been asked to pay for it and it must have been free for download for everybody. &lt;BR /&gt;
&lt;BR /&gt;
So, big THANKS to who wrote it! It's really a great tool to use! And I hope I could humbly post it here in this forum for all the AC users to enjoy it!  : &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 07:35:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/list-of-line-types-and-fills/m-p/23182#M39397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-13T07:35:50Z</dc:date>
    </item>
  </channel>
</rss>

