<?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: Basic Object &amp;quot;Shell&amp;quot;... Can u help us edit it in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38499#M38787</link>
    <description>There is a way to make the 2D view be accurate.&lt;BR /&gt;
It is a crude work around but it works.&lt;BR /&gt;
Unfortunately, you loose all hotspots&lt;BR /&gt;
except the bounding box hotspots.&lt;BR /&gt;
&lt;BR /&gt;
I am making the following assumptions&lt;BR /&gt;
about what you have done to edit&lt;BR /&gt;
the "shell" object so far.&lt;BR /&gt;
&lt;BR /&gt;
1- You want to have rotation about&lt;BR /&gt;
   the "Y" axis of the object (the only rotation missing).&lt;BR /&gt;
2- You have created an "angle" type parameter&lt;BR /&gt;
   in the parameter list named "yrot" or something like it.&lt;BR /&gt;
3- You have issued the command ROTY  yrot&lt;BR /&gt;
   in the 3D script.&lt;BR /&gt;
&lt;BR /&gt;
The work-around is to issue a PROJECT2 command&lt;BR /&gt;
at the beginning of the 2D script and disable&lt;BR /&gt;
the rest of the script when yrot is not zero.&lt;BR /&gt;
&lt;BR /&gt;
At the very beginning of the 2D script&lt;BR /&gt;
type the following.&lt;BR /&gt;
&lt;BR /&gt;
If yrot&amp;lt;&amp;gt;0 then&lt;BR /&gt;
PROJECT2  3,270,2&lt;BR /&gt;
END&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
You have three choices for how the 2D symbol&lt;BR /&gt;
appears with the PROJECT2 command&lt;BR /&gt;
If the 3rd parameter in the command is set to 1&lt;BR /&gt;
the symbol will be a wireframe top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
If set to 2 the symbol will be a hidden line top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
if set to 3 the symbol will be a shaded top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
&lt;BR /&gt;
Please let us know how it works out.&lt;BR /&gt;
Peter Devlin</description>
    <pubDate>Wed, 09 Mar 2005 03:29:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-03-09T03:29:24Z</dc:date>
    <item>
      <title>Basic Object "Shell"... Can u help us edit it in G</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38498#M38786</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;In the Basic Librbay of Archicad 8.1, there is an object called SHELL. It can be tilted, but we want to be able to rotate it through each axis to use it as a fully flexible curved structure.&lt;BR /&gt;
&lt;BR /&gt;
We added some lines (experimentally!) to the 3D script to make it rotate in each axis. It seemed to work,  in section the object looks ok, but the 2D plan view is all over the place. &lt;BR /&gt;
&lt;BR /&gt;
(We are not experienced in GDL scripting)&lt;BR /&gt;
&lt;BR /&gt;
If anyone can help us modify this object to that the 2D plan view is correct with the 3D object, it would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, if there is an object out there which we can use, can you give us the link?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
tim&amp;amp;lochie&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Mar 2005 23:56:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38498#M38786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-08T23:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Object "Shell"... Can u help us edit it</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38499#M38787</link>
      <description>There is a way to make the 2D view be accurate.&lt;BR /&gt;
It is a crude work around but it works.&lt;BR /&gt;
Unfortunately, you loose all hotspots&lt;BR /&gt;
except the bounding box hotspots.&lt;BR /&gt;
&lt;BR /&gt;
I am making the following assumptions&lt;BR /&gt;
about what you have done to edit&lt;BR /&gt;
the "shell" object so far.&lt;BR /&gt;
&lt;BR /&gt;
1- You want to have rotation about&lt;BR /&gt;
   the "Y" axis of the object (the only rotation missing).&lt;BR /&gt;
2- You have created an "angle" type parameter&lt;BR /&gt;
   in the parameter list named "yrot" or something like it.&lt;BR /&gt;
3- You have issued the command ROTY  yrot&lt;BR /&gt;
   in the 3D script.&lt;BR /&gt;
&lt;BR /&gt;
The work-around is to issue a PROJECT2 command&lt;BR /&gt;
at the beginning of the 2D script and disable&lt;BR /&gt;
the rest of the script when yrot is not zero.&lt;BR /&gt;
&lt;BR /&gt;
At the very beginning of the 2D script&lt;BR /&gt;
type the following.&lt;BR /&gt;
&lt;BR /&gt;
If yrot&amp;lt;&amp;gt;0 then&lt;BR /&gt;
PROJECT2  3,270,2&lt;BR /&gt;
END&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
You have three choices for how the 2D symbol&lt;BR /&gt;
appears with the PROJECT2 command&lt;BR /&gt;
If the 3rd parameter in the command is set to 1&lt;BR /&gt;
the symbol will be a wireframe top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
If set to 2 the symbol will be a hidden line top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
if set to 3 the symbol will be a shaded top projection&lt;BR /&gt;
of the 3D model.&lt;BR /&gt;
&lt;BR /&gt;
Please let us know how it works out.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Wed, 09 Mar 2005 03:29:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38499#M38787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-09T03:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Object "Shell"... Can u help us edit it</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38500#M38788</link>
      <description>Thanks Peter!&lt;BR /&gt;
After trying a few times, we got it working.&lt;BR /&gt;
When the parameter yrot is set to 1,2,3 etc, the plan view is displayed in hidden line (no wire frame or shaded view).&lt;BR /&gt;
cheers again,&lt;BR /&gt;
lochie+tim</description>
      <pubDate>Mon, 14 Mar 2005 22:23:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38500#M38788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-14T22:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Object "Shell"... Can u help us edit it</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38501#M38789</link>
      <description>lochie+tim,&lt;BR /&gt;
I am confused.&lt;BR /&gt;
You have apparently made yrot an "integer" type parameter&lt;BR /&gt;
rather than an "angle" type parameter.&lt;BR /&gt;
Ah, now I see what you mean. &lt;BR /&gt;
You mean the PROJECT2 command not the yrot parameter.&lt;BR /&gt;
If the third parameter of the PROJECT2 command is set to 1&lt;BR /&gt;
as in:&lt;BR /&gt;
PROJECT2 3,270,1&lt;BR /&gt;
The form displays in wire frame mode&lt;BR /&gt;
&lt;BR /&gt;
if set to 2 as in:&lt;BR /&gt;
PROJECT2 3,270,2&lt;BR /&gt;
The form displays in hidden line mode&lt;BR /&gt;
&lt;BR /&gt;
if set to 3 as in:&lt;BR /&gt;
PROJECT2 3,270,3&lt;BR /&gt;
the form displays in shaded mode&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Mon, 14 Mar 2005 22:56:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38501#M38789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-14T22:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Object "Shell"... Can u help us edit it</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38502#M38790</link>
      <description>You are right,&lt;BR /&gt;
we had the project2 command set to 2 in the script (exactly as you posted). I just substituted it with a variable, and created a new linked interface, so we can change the appearance from the object settings window. It all works well now.&lt;BR /&gt;
cheers</description>
      <pubDate>Mon, 14 Mar 2005 23:24:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Basic-Object-quot-Shell-quot-Can-u-help-us-edit-it-in-G/m-p/38502#M38790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-14T23:24:12Z</dc:date>
    </item>
  </channel>
</rss>

