<?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: How to adjust the &amp;quot;elevational view&amp;quot; of an obj in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203549#M16998</link>
    <description>&lt;FONT color="#ff0012"&gt;GLOB_CONTEXT=4&lt;/FONT&gt; will determine if your object is being viewed in a section or elevation but it won't determine the direction that it is being viewed from.&lt;BR /&gt;
So the microwave will look the same in every elevation.&lt;BR /&gt;
The trick then is to hide the layer of the object in side / rear view elevations if you don't need to see it in those.&lt;BR /&gt;
&lt;BR /&gt;
If you do need to see it from all elevations then I think you are back to adjusting the code from the original object if you can to simplify it.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0000"&gt;FRAGMENT2 fragment_index,use_current_attributes_flag&lt;/FONT&gt;&lt;BR /&gt;
This is the command you need to show the fragment you create.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
&lt;FONT color="#ff0012"&gt;&lt;BR /&gt;
if GLOB_CONTEXT = 4 then&lt;BR /&gt;
FRAGMENT2 fragment_index,use_current_attributes_flag&lt;BR /&gt;
endif&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Wed, 13 Apr 2011 02:26:21 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2011-04-13T02:26:21Z</dc:date>
    <item>
      <title>How to adjust the "elevational view" of an object?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203541#M16990</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Can anyone here gimme the quick lowdown on the best way to adjust the 2d view "in elevation" of an objects programming code?&lt;BR /&gt;
&lt;BR /&gt;
Meaning..I'm able to adjust how an object looks in plan by removing the 2d written script information in the 2d view but how do I do the same thing in the 2d elevational view the 3d model generates???&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Apr 2011 19:01:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203541#M16990</guid>
      <dc:creator>rob2218</dc:creator>
      <dc:date>2011-04-12T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203542#M16991</link>
      <description>here's the image (a picture "IS" worth a thousand words).</description>
      <pubDate>Tue, 12 Apr 2011 19:10:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203542#M16991</guid>
      <dc:creator>rob2218</dc:creator>
      <dc:date>2011-04-12T19:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203543#M16992</link>
      <description>The elevation view is an aspect of the 3D view. In the case you illustrate, I would guess that this is an imported object from another program. I believe that this could be fixed by adjusting the status settings of some of the objects in the code, but I can't tell you more without seeing the object's code since I do not import object very often.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps someone who does can give you more pointers or you could post the object to see if someone can clean it up.</description>
      <pubDate>Tue, 12 Apr 2011 19:56:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203543#M16992</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-04-12T19:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203544#M16993</link>
      <description>YES....the object I imported came from 3dWarehouse from Google.&lt;BR /&gt;
it's a Kitchenaid microwave/hood combo unit.&lt;BR /&gt;
&lt;BR /&gt;
it's what I need but..as you can see the 2d elevational view generated from the 3d model object has hiddeous lines everywhere....I know how to make the 2d plan view simple but...the 2d elevational view??....humm...not sure there.&lt;BR /&gt;
&lt;BR /&gt;
Anyone else feel free to chime in?....anyone, Bueller, Bueller?...</description>
      <pubDate>Tue, 12 Apr 2011 20:58:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203544#M16993</guid>
      <dc:creator>rob2218</dc:creator>
      <dc:date>2011-04-12T20:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203545#M16994</link>
      <description>With the GDL editor open with the object, you can capture the 3D view to the Symbol editor and clean it up.  Put it in its own Fragment.  Clean up the plan view in its own Fragment.  Then, a 2D script can test where it is being called from (plan or elevation/section) and display the appropriate symbolic view by turning on the appropriate Fragment.&lt;BR /&gt;
&lt;BR /&gt;
Haven't tried this in many years, so cannot remember if there is any shifting (in coordinates) of the displayed symbols vs the actual 3D counterpart.&lt;BR /&gt;
&lt;BR /&gt;
It seems like the process described above could be automated by the object importers (3ds, warehouse, etc) if GS had the time to spiff them up ... leaving the only work for users to be the visual editing of the symbols...&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 12 Apr 2011 21:20:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203545#M16994</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-04-12T21:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203546#M16995</link>
      <description>How does one actually "capture the 3d view to the symbol editor"? thats where I'm not sure what commands I'm doing.&lt;BR /&gt;
&lt;BR /&gt;
How do you actually "put it in it's own Fragment"?</description>
      <pubDate>Tue, 12 Apr 2011 23:02:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203546#M16995</guid>
      <dc:creator>rob2218</dc:creator>
      <dc:date>2011-04-12T23:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203547#M16996</link>
      <description>Set your 3D projection to be top or front view, set 3D engine to Internal, mode to Hidden Line, then click the Add to Symbol button shown in the attached.&lt;BR /&gt;
&lt;BR /&gt;
Open the Symbol window and change the fragment (like layers) for the linework to one of the 16 fragments available.  Write your script to make this display.  (Maybe someone else will take the time to show you the script - kind of busy at the moment.)&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/10850i06F3C74A9001A4F2/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen shot 2011-04-12 at 5.46.53 PM.png" title="Screen shot 2011-04-12 at 5.46.53 PM.png" /&gt;</description>
      <pubDate>Tue, 12 Apr 2011 23:48:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203547#M16996</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-04-12T23:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203548#M16997</link>
      <description>Ah, yes! Karl, we can always count on you for sage advise. The beauty of this method is it does not rely on the model for the elevation view then. It is merely a 2D drawing much the same as the plan view.</description>
      <pubDate>Wed, 13 Apr 2011 02:08:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203548#M16997</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-04-13T02:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203549#M16998</link>
      <description>&lt;FONT color="#ff0012"&gt;GLOB_CONTEXT=4&lt;/FONT&gt; will determine if your object is being viewed in a section or elevation but it won't determine the direction that it is being viewed from.&lt;BR /&gt;
So the microwave will look the same in every elevation.&lt;BR /&gt;
The trick then is to hide the layer of the object in side / rear view elevations if you don't need to see it in those.&lt;BR /&gt;
&lt;BR /&gt;
If you do need to see it from all elevations then I think you are back to adjusting the code from the original object if you can to simplify it.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff0000"&gt;FRAGMENT2 fragment_index,use_current_attributes_flag&lt;/FONT&gt;&lt;BR /&gt;
This is the command you need to show the fragment you create.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
&lt;FONT color="#ff0012"&gt;&lt;BR /&gt;
if GLOB_CONTEXT = 4 then&lt;BR /&gt;
FRAGMENT2 fragment_index,use_current_attributes_flag&lt;BR /&gt;
endif&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 13 Apr 2011 02:26:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203549#M16998</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-04-13T02:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203550#M16999</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;&lt;FONT color="#ff0012"&gt;GLOB_CONTEXT=4&lt;/FONT&gt; will determine if your object is being viewed in a section or elevation but it won't determine the direction that it is being viewed from.&lt;BR /&gt;
So the microwave will look the same in every elevation.&lt;BR /&gt;
The trick then is to hide the layer of the object in side / rear view elevations if you don't need to see it in those.&lt;BR /&gt;
&lt;BR /&gt;
If you do need to see it from all elevations then I think you are back to adjusting the code from the original object if you can to simplify it.&lt;/BLOCKQUOTE&gt;

Right.   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Spent the entire day doing taxes, so have a good excuse for my brain mis-firing.  Hope the damage isn't permanent. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Barry.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Wed, 13 Apr 2011 04:04:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203550#M16999</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-04-13T04:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203551#M17000</link>
      <description>thanks all...really. most helpful advice.</description>
      <pubDate>Wed, 13 Apr 2011 11:42:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203551#M17000</guid>
      <dc:creator>rob2218</dc:creator>
      <dc:date>2011-04-13T11:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203552#M17001</link>
      <description>sorry for coming to the party so late.. I am having the same issues but I need to have each elevation give a different projection. Could anyone tell me what parts of the code I would have to change so that different projections appear in each of the elevations.</description>
      <pubDate>Mon, 03 Oct 2011 15:49:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203552#M17001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-03T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203553#M17002</link>
      <description>&lt;BLOCKQUOTE&gt;eusojjosue wrote:&lt;BR /&gt;sorry for coming to the party so late.. I am having the same issues but I need to have each elevation give a different projection. Could anyone tell me what parts of the code I would have to change so that different projections appear in each of the elevations.&lt;/BLOCKQUOTE&gt;

To the best of my knowledge this is not currently possible. Unfortunately there is no global for the angle of view in a section. It seems like it would be a trivial matter for GS to provide. It may already have been put on the wish list but it certainly wouldn't hurt if you want to add a new wish for it.</description>
      <pubDate>Mon, 03 Oct 2011 17:24:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203553#M17002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-03T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the "elevational view" of an obj</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203554#M17003</link>
      <description>Had something similar and did a cheeky move -&lt;BR /&gt;
(by similar I mean needed some simple 2d line work to appear in elevation on a simple 3d box - think power and data - but the principal should be transferable)&lt;BR /&gt;
&lt;BR /&gt;
When in the elevation/section environment replace the 3d model with a simple prism  (cprism_ or slab - read on) and apply custom materials to the sides and top/bottom.&lt;BR /&gt;
For the custom materials you apply a custom hatch which looks surprisingly like  simplified elevations (made from lines and curves).&lt;BR /&gt;
The process goes like this:&lt;BR /&gt;
&lt;BR /&gt;
1] create your custom hatches of side and front elevations to the correct dimensions.&lt;BR /&gt;
2] create you custom materials that use these hatches&lt;BR /&gt;
&lt;BR /&gt;
3a] To get your material origin correct draw your prism in plan at 0,0, then manipulate it to your desired position. &lt;BR /&gt;
&lt;BR /&gt;
I struggled with this at first so I:&lt;BR /&gt;
&lt;BR /&gt;
3b] make a slab of the correct dimensions and apply the materials&lt;BR /&gt;
in 3d, using the internal renderer, adjust the material origins to appear correctly&lt;BR /&gt;
make an editable object from this slab&lt;BR /&gt;
open and copy the 3d code&lt;BR /&gt;
insert this code into your original 3d script with a " if glob_context = 4 then" at the front and don't forget your "endif" at the end. You also want to make sure that when it's in the 3d environment you get to see your nicely modeled object so use a similar glob_context command.&lt;BR /&gt;
&lt;BR /&gt;
More than happy to hear of improvements on this method.&lt;BR /&gt;
&lt;BR /&gt;
PS: also don't forget to turn on vectorial hatching in your elevation.&lt;BR /&gt;
&lt;BR /&gt;
good luck</description>
      <pubDate>Thu, 17 Nov 2011 22:43:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-adjust-the-quot-elevational-view-quot-of-an-object/m-p/203554#M17003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T22:43:59Z</dc:date>
    </item>
  </channel>
</rss>

