<?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: simple 3D complex 2D in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146818#M15537</link>
    <description>Fotis&lt;BR /&gt;
&lt;BR /&gt;
I explored this once for an object that i did not want to model.&lt;BR /&gt;
I got around the orientation issue by producing 3 elevations of the&lt;BR /&gt;
object and then settign up 3 views in the parameter script. ie  if view&lt;BR /&gt;
1 then............etc.  in the elevation i would select the view that matched&lt;BR /&gt;
the elevation orientation.&lt;BR /&gt;
&lt;BR /&gt;
it's a pain, but it works.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Fri, 04 May 2012 14:39:44 GMT</pubDate>
    <dc:creator>Dave Seabury</dc:creator>
    <dc:date>2012-05-04T14:39:44Z</dc:date>
    <item>
      <title>simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146814#M15533</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello all.&lt;BR /&gt;
&lt;BR /&gt;
I was wondering. Is it possible to create a very simple  (let's say a cube) 3D object that produces a complex 2D representation in &lt;B&gt;sections and elevations&lt;/B&gt;, not produced by the projection of the model itself?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
thank you111.1&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 May 2012 08:10:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146814#M15533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146815#M15534</link>
      <description>You can use &lt;FONT color="#f50000"&gt;GLOB_CONTEXT = 4&lt;/FONT&gt; to determine if you are viewing the object in section or elevation.&lt;BR /&gt;
The only problem is you can't determine which direction you are looking from (which side of the cube you are looking at) so it will appear exactly the same in all sections and elevations.&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 04 May 2012 08:20:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146815#M15534</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-04T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146816#M15535</link>
      <description>yes,&lt;BR /&gt;
&lt;BR /&gt;
but how can it be produced by 2D lines and not a projection of the 3D model?&lt;BR /&gt;
Do I use the line2 for example in 3D script?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
is it possible with the request command to find the angle of the section or elevation?</description>
      <pubDate>Fri, 04 May 2012 08:50:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146816#M15535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-04T08:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146817#M15536</link>
      <description>&lt;BLOCKQUOTE&gt;Fotis wrote:&lt;BR /&gt;but how can it be produced by 2D lines and not a projection of the 3D model?&lt;BR /&gt;
Do I use the line2 for example in 3D script?&lt;/BLOCKQUOTE&gt;
2D primitives, e.g. &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;line2&lt;E&gt;&lt;/E&gt;, won't appear in the elevations. You could use the 3D equivalent, &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;_lin&lt;E&gt;&lt;/E&gt;, but you don't know the orientation of the elevation view.</description>
      <pubDate>Fri, 04 May 2012 09:00:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146817#M15536</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2012-05-04T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146818#M15537</link>
      <description>Fotis&lt;BR /&gt;
&lt;BR /&gt;
I explored this once for an object that i did not want to model.&lt;BR /&gt;
I got around the orientation issue by producing 3 elevations of the&lt;BR /&gt;
object and then settign up 3 views in the parameter script. ie  if view&lt;BR /&gt;
1 then............etc.  in the elevation i would select the view that matched&lt;BR /&gt;
the elevation orientation.&lt;BR /&gt;
&lt;BR /&gt;
it's a pain, but it works.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 04 May 2012 14:39:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146818#M15537</guid>
      <dc:creator>Dave Seabury</dc:creator>
      <dc:date>2012-05-04T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: simple 3D complex 2D</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146819#M15538</link>
      <description>Why not model the complex geometry in the 3D script so that it looks correct in any section or elevation.&lt;BR /&gt;
And then use ...&lt;BR /&gt;
&lt;FONT color="#ff0009"&gt;IF GLOB_CONTEXT = 3 THEN&lt;BR /&gt;
script simple cube&lt;BR /&gt;
ENDIF&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
This way you will only have the simple geometry in 3D (not sure why unless there are an awfull lot of polygons).&lt;BR /&gt;
&lt;BR /&gt;
Or is there a reason why you don't want to / can't model the complex 3D geometry?&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Sat, 05 May 2012 02:03:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/simple-3D-complex-2D/m-p/146819#M15538</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-05-05T02:03:06Z</dc:date>
    </item>
  </channel>
</rss>

