<?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: 2D symbol in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47631#M28468</link>
    <description>Knock out the constructed symbol.&lt;BR /&gt;
&lt;BR /&gt;
Copy the ideal symbol, paste into 2D symbol window. Add fill.&lt;BR /&gt;
&lt;BR /&gt;
Project2 is used only when you will be tilting the thing and need it to update, but a crapper is always the same orientation, eh?&lt;BR /&gt;
&lt;BR /&gt;
Usually, the 3ds has no premade symbol - in that case you just delete line segments until it is clean enough.</description>
    <pubDate>Mon, 10 Mar 2008 10:58:16 GMT</pubDate>
    <dc:creator>Dwight</dc:creator>
    <dc:date>2008-03-10T10:58:16Z</dc:date>
    <item>
      <title>2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47630#M28467</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Need help with a library part imported from DXF/3DS to archicad.&lt;BR /&gt;
&lt;BR /&gt;
I tried the method of sketchup to import but only made the object more complicated so transformed it into 3DS and imported.&lt;BR /&gt;
&lt;BR /&gt;
It works perfect but the problem is the 2D symbol it as too much lines (information) and I want to clean it.&lt;BR /&gt;
&lt;BR /&gt;
the image is the object on the right and the fill symbol that i want. &lt;BR /&gt;
&lt;BR /&gt;
How do I make my object with that symbol. I already went the object and it is using the PROJECT2 3,270,2 script for 2D but I want the fill one.&lt;BR /&gt;
&lt;BR /&gt;
Can someone help?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/71019i17098F9F95F834F9/image-size/large?v=v2&amp;amp;px=999" border="0" alt="2D-symbol.jpg" title="2D-symbol.jpg" /&gt;</description>
      <pubDate>Mon, 10 Mar 2008 10:28:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47630#M28467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-10T10:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: 2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47631#M28468</link>
      <description>Knock out the constructed symbol.&lt;BR /&gt;
&lt;BR /&gt;
Copy the ideal symbol, paste into 2D symbol window. Add fill.&lt;BR /&gt;
&lt;BR /&gt;
Project2 is used only when you will be tilting the thing and need it to update, but a crapper is always the same orientation, eh?&lt;BR /&gt;
&lt;BR /&gt;
Usually, the 3ds has no premade symbol - in that case you just delete line segments until it is clean enough.</description>
      <pubDate>Mon, 10 Mar 2008 10:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47631#M28468</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2008-03-10T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: 2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47632#M28469</link>
      <description>Done but I had to put the "!" in the project2. Thank you...every day one step ahead in AC</description>
      <pubDate>Mon, 10 Mar 2008 12:25:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47632#M28469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-10T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: 2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47633#M28470</link>
      <description>And for the elevation of the object? How do I insert a 2D symbol?</description>
      <pubDate>Mon, 10 Mar 2008 14:23:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47633#M28470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-10T14:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47634#M28471</link>
      <description>The easiest would be to have separate objects. If you want multiple symbols in one object, investigate the FRAGMENT2 command.&lt;BR /&gt;
&lt;BR /&gt;
Fragments are like layers in the 2D symbol. Draw each symbol's geometry on a different fragment. You will want a parameter to choose between the symbols.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;! parameter "symType" chooses symbol

! In Parameter script:
VALUES 'symType' 'Plan', 'Elevation'

! In 2D script:
IF symType='Plan' THEN FRAGMENT2 1, 0 ! plan geometry on fragment 1
IF symType='Elevation' THEN FRAGMENT2 2, 0 ! elev geometry on fragment 2
&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Mar 2008 19:48:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47634#M28471</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2008-03-11T19:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2D symbol</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47635#M28472</link>
      <description>Using the Fragment2 command is easy and fast to learn.&lt;BR /&gt;
Some basic gdl and off you go...&lt;BR /&gt;
&lt;BR /&gt;
Please find an example that will cover most of your needs.&lt;BR /&gt;
&lt;BR /&gt;
2D representation with background cover fill, 2D drawings set to layer 1,2,3,... etcetera&lt;BR /&gt;
&lt;BR /&gt;
You can use this script as a template, changing the values, adding more Fragment2 commands in the 2D script, ...&lt;BR /&gt;
&lt;BR /&gt;
Good luck</description>
      <pubDate>Wed, 12 Mar 2008 19:37:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/2D-symbol/m-p/47635#M28472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-12T19:37:35Z</dc:date>
    </item>
  </channel>
</rss>

