<?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: GDL object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145415#M17307</link>
    <description>"The third version, PROJECT2{3}, adds the posibility to define which &lt;B&gt;parts&lt;/B&gt; of the projected model are &lt;BR /&gt;
required and to control separately the attributes of the cut and view part, including the line type. You can also generate the projection with actual &lt;BR /&gt;
parameters set in the command. "&lt;BR /&gt;
&lt;BR /&gt;
Is there an existing GDL object that shows &lt;B&gt;parts&lt;/B&gt;?&lt;BR /&gt;
Does it mean that you can split the 3d model to parts, which can be shown  in 2d controlled by this command?</description>
    <pubDate>Fri, 22 Jul 2011 05:28:30 GMT</pubDate>
    <dc:creator>Pertti Paasky</dc:creator>
    <dc:date>2011-07-22T05:28:30Z</dc:date>
    <item>
      <title>GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145410#M17302</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am new to GDL, so my question is probely stupid. My first object with parameters is a glaswall and it works almost like i want.&lt;BR /&gt;
What i need help with is that the object dosent show in 2D and there are no hotspots in 3d.&lt;BR /&gt;
I will attach the object i am talking about....&lt;BR /&gt;
I am verry greatfull for any replays. thank you.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jul 2011 16:42:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145410#M17302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-20T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145411#M17303</link>
      <description>Omar,&lt;BR /&gt;
&lt;BR /&gt;
The 3D and 2D views of all objects are separate. You have to script both of them. However, there are some cheats. In the 2D scripting window try writing the following code:
&lt;PRE&gt;PROJECT2 3, 270, 2&lt;/PRE&gt;
This will tell ArchiCAD to look at the object from above and draw what it sees in 2D.  Of course there are issues with this approach. If you use this frequently, or use parts that use this technique frequently, you will slow down the program. Also you may want a more symbolic view of the object in 2D than this provides. To handle these cases, you need to script the 2D yourself.&lt;BR /&gt;
&lt;BR /&gt;
Also, I suggest that you add a signature (click the Profile link at the top of the screen) with information about your system and version of ArchiCAD. Sometimes correct answers depend on this information. In this instance, I know you are using a more recent version of ArchiCAD than I am since I could not open your part.</description>
      <pubDate>Wed, 20 Jul 2011 18:19:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145411#M17303</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-07-20T18:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145412#M17304</link>
      <description>WOW!! &lt;BR /&gt;
That was a nice trick. Thank you Erich. &lt;BR /&gt;
It was very helpful. Now i can see my objects in 2D. Is there a way i can use fill on the object, so that i can select it without trying to find the nobes in the corner of the object? &lt;BR /&gt;
If you have any other useful  tricks/codes i whould be more than greatfull.. &lt;BR /&gt;
Thank you.</description>
      <pubDate>Wed, 20 Jul 2011 23:05:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145412#M17304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-20T23:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145413#M17305</link>
      <description>&lt;BLOCKQUOTE&gt;omar wrote:&lt;BR /&gt;Is there a way i can use fill on the object, so that i can select it without trying to find the nobes in the corner of the object?&lt;/BLOCKQUOTE&gt;

The &lt;FONT color="blue"&gt;PROJECT2&lt;/FONT&gt; will not do this, you will need to start to learn GDL scripting to accomplish this (and many other features). While saving objects from a .pln file (the 3D Script looks like this) can create simple (basically non-parametrtic) objects, the power lies in scripting.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 21 Jul 2011 13:01:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145413#M17305</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2011-07-21T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145414#M17306</link>
      <description>Have a look at PROJECT2{2}.&lt;BR /&gt;
This allows you to set values for the fills.&lt;BR /&gt;
PROJECT2{3} gives you even more control over how things look.&lt;BR /&gt;
&lt;BR /&gt;
From the manual ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0009"&gt;The 2nd version PROJECT2{2}, together with a previous SET FILL command, allows the user to control the fill background, origin and direction of the&lt;BR /&gt;
resulting drawing from the 2D script. The third version, PROJECT2{3}, adds the posibility to define which parts of the projected model are&lt;BR /&gt;
required and to control separately the attributes of the cut and view part, including the line type. You can also generate the projection with actual&lt;BR /&gt;
parameters set in the command.&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 22 Jul 2011 01:54:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145414#M17306</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-07-22T01:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145415#M17307</link>
      <description>"The third version, PROJECT2{3}, adds the posibility to define which &lt;B&gt;parts&lt;/B&gt; of the projected model are &lt;BR /&gt;
required and to control separately the attributes of the cut and view part, including the line type. You can also generate the projection with actual &lt;BR /&gt;
parameters set in the command. "&lt;BR /&gt;
&lt;BR /&gt;
Is there an existing GDL object that shows &lt;B&gt;parts&lt;/B&gt;?&lt;BR /&gt;
Does it mean that you can split the 3d model to parts, which can be shown  in 2d controlled by this command?</description>
      <pubDate>Fri, 22 Jul 2011 05:28:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145415#M17307</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2011-07-22T05:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145416#M17308</link>
      <description>I don't have any working examples of this.&lt;BR /&gt;
And apart from a cursory look at it I have never used it as I try and avoid PROJECT2 whenever possible.&lt;BR /&gt;
It looks interesting though.&lt;BR /&gt;
&lt;BR /&gt;
There is an explanation and example on the Self-GDL website (you will need to download the web control add-on from the Graphisoft web site).&lt;BR /&gt;
But the link to the example file is not working at the moment.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.selfgdl.com/2d_elemente/projection/c_PROJECT23/kompendium.php" target="_blank"&gt;&lt;LINK_TEXT text="http://www.selfgdl.com/2d_elemente/proj ... endium.php"&gt;http://www.selfgdl.com/2d_elemente/projection/c_PROJECT23/kompendium.php&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Maybe if Frank Beister sees this he might be able to fix the link please?&lt;BR /&gt;
I believe Frank is the driving force behind Self-GDL.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 22 Jul 2011 06:43:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object/m-p/145416#M17308</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-07-22T06:43:13Z</dc:date>
    </item>
  </channel>
</rss>

