<?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: problem with background fill for newly created .gsm obje in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146770#M23436</link>
    <description>Hi Folks,&lt;BR /&gt;
David:
&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;In the 2D Script, you would change the &lt;FONT color="blue"&gt;PROJECT2 3,270,2&lt;/FONT&gt; command to the &lt;FONT color="blue"&gt;PROJECT2 3,270,2{2}&lt;/FONT&gt; ...&lt;/BLOCKQUOTE&gt;
Just to clarify... I noticed a typo error: the correct alternative command is &lt;FONT color="blue"&gt;PROJECT2{2} 3,270,2&lt;/FONT&gt;</description>
    <pubDate>Mon, 30 Nov 2009 16:02:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-30T16:02:32Z</dc:date>
    <item>
      <title>problem with background fill for newly created .gsm object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146765#M23431</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have created an .gsm object using a Truss maker. Saved it as .gsm, and then imported into a .pln drawing. The problem is the background fill: when i enter to the objects dialog settings, and edit it`s background fill, it seems like it is not working. I tried to change the outline color also, and it is working, but the background fill not. Why is that?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 28 Nov 2009 11:26:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146765#M23431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-28T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146766#M23432</link>
      <description>nedostizni:&lt;BR /&gt;
&lt;BR /&gt;
I created an object using TrussMaker, and also found that the fill parameters do not work. In looking at the GDL code on the 2D Script, I see that the code generated from the add-on uses the &lt;FONT color="blue"&gt;PROJECT2 3,270,2&lt;/FONT&gt; command, which does not have parameters for the fill (actually, there is no fill with this command), so no fill is being generated, so the fill parameters in the part will not work. It is a bug, either the fill parameters should not be created as part of the object, or the &lt;FONT color="blue"&gt;PROJECT2{2}&lt;/FONT&gt; command should be used to generate the fill.&lt;BR /&gt;
&lt;BR /&gt;
Short answer: the part has no fill.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 28 Nov 2009 14:10:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146766#M23432</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2009-11-28T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146767#M23433</link>
      <description>Here is the source code for my .gsm object. Wich part should i change, so that i have that cover background fill?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
2D script:&lt;BR /&gt;

&lt;PRE&gt;PEN gs_cont_pen

PROJECT2 3,270,2

IF showSide THEN GOSUB 10
MUL2 a/5.750000,b/0.750000
HOTSPOT2 0.375000,0.375000
HOTSPOT2 0.375000,-0.375000
HOTSPOT2 -5.375000,0.375000
HOTSPOT2 -5.375000,-0.375000
HOTSPOT2 -2.500000,0.000000
LINE_TYPE axis
LINE2 -5.375000,0,0.375000,0
DEL TOP
IF showLine THEN GOSUB 20
END
&lt;/PRE&gt;

&lt;BR /&gt;
&lt;FONT color="#ff0012"&gt;Edited by Moderator.&lt;BR /&gt;
Here was hundreds of lines of GDL code which is not OK, &lt;BR /&gt;
useless for most people. &lt;BR /&gt;
Users need to attach the GDL object i question instead.&lt;BR /&gt;
So I deleted most of the code, since the question has been answered anyway.&lt;BR /&gt;
Laszlo Nagy&lt;/FONT&gt;</description>
      <pubDate>Sun, 29 Nov 2009 18:24:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146767#M23433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-29T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146768#M23434</link>
      <description>nedostizni:&lt;BR /&gt;
&lt;BR /&gt;
In the 2D Script, you would change the &lt;FONT color="blue"&gt;PROJECT2 3,270,2&lt;/FONT&gt; command to the &lt;FONT color="blue"&gt;PROJECT2{2} 3,270,2&lt;/FONT&gt; command, then use some of the parameters from the Master window in the variables of the command, plus a Set Fill command, to pass the settings of the library part variables to the 2D Script. See page 128 of the AC 12 GDL Reference Guide for an explicit explanation.&lt;BR /&gt;
&lt;BR /&gt;
If you are learning GDL, this is not a bad place to start if you don't want to learn GDL, then you are left with the object as is.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Mon, 30 Nov 2009 13:00:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146768#M23434</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2009-11-30T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146769#M23435</link>
      <description>Nedostizni,&lt;BR /&gt;
Please attach your GDL object next time to the post.&lt;BR /&gt;
No need for hundreds of lines of GDL code that looks like spam.</description>
      <pubDate>Mon, 30 Nov 2009 15:10:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146769#M23435</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2009-11-30T15:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146770#M23436</link>
      <description>Hi Folks,&lt;BR /&gt;
David:
&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;In the 2D Script, you would change the &lt;FONT color="blue"&gt;PROJECT2 3,270,2&lt;/FONT&gt; command to the &lt;FONT color="blue"&gt;PROJECT2 3,270,2{2}&lt;/FONT&gt; ...&lt;/BLOCKQUOTE&gt;
Just to clarify... I noticed a typo error: the correct alternative command is &lt;FONT color="blue"&gt;PROJECT2{2} 3,270,2&lt;/FONT&gt;</description>
      <pubDate>Mon, 30 Nov 2009 16:02:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146770#M23436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-30T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with background fill for newly created .gsm obje</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146771#M23437</link>
      <description>&lt;BLOCKQUOTE&gt;Braza wrote:&lt;BR /&gt;Hi Folks,&lt;BR /&gt;
David:
&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;In the 2D Script, you would change the &lt;FONT color="blue"&gt;PROJECT2 3,270,2&lt;/FONT&gt; command to the &lt;FONT color="blue"&gt;PROJECT2 3,270,2{2}&lt;/FONT&gt; ...&lt;/BLOCKQUOTE&gt;
Just to clarify... I noticed a typo error: the correct alternative command is &lt;FONT color="blue"&gt;PROJECT2{2} 3,270,2&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;

Oops! Thanks Braza, corrected.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 01 Dec 2009 14:38:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/problem-with-background-fill-for-newly-created-gsm-object/m-p/146771#M23437</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2009-12-01T14:38:08Z</dc:date>
    </item>
  </channel>
</rss>

