<?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 Hiding objects in section view in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126206#M67006</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if it's possible to hide an object in section view, similar to "Filter Elements in 3D". Specifically I want to see 3D people in perspective view, but 2D people in section view. But now when I look at the section I also see the 3D people. It would be tiring to have to manually remove the 3D people every time I wish to update my section view.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 May 2023 14:31:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-23T14:31:57Z</dc:date>
    <item>
      <title>Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126206#M67006</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm wondering if it's possible to hide an object in section view, similar to "Filter Elements in 3D". Specifically I want to see 3D people in perspective view, but 2D people in section view. But now when I look at the section I also see the 3D people. It would be tiring to have to manually remove the 3D people every time I wish to update my section view.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 May 2023 14:31:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126206#M67006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126207#M67007</link>
      <description>Just use specific layers and layer combinations for the different views.</description>
      <pubDate>Sun, 10 Mar 2013 19:41:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126207#M67007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-10T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126208#M67008</link>
      <description>Another approach is to modify the 3D objects.&lt;BR /&gt;
Adding this single command at the beginning of the 3D Script:&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT=4 THEN END&lt;BR /&gt;
&lt;BR /&gt;
This instruct the GDL interpreter to ignore the 3D model if the current window is a Section or Elevation.&lt;BR /&gt;
&lt;BR /&gt;
Save the people object with a new name (Say "People no-elevation") and add 2D People objects to the desired Sections/elevations. These will remain there when rebuilding the view.</description>
      <pubDate>Sun, 10 Mar 2013 19:56:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126208#M67008</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2013-03-10T19:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126209#M67009</link>
      <description>Well, first of all, thanks! I'm pretty new with this, though, so how do you set specific layer combinations for different views? I mean, I know how to show or hide a layer, but only how to do it for the entire model, not a specific view.&lt;BR /&gt;
&lt;BR /&gt;
And how do you modify a 3D Script, for that matter? I clicked my way around to Library 16 in the Archicad folder, but the library seems to be an lcf-file type. Do you need a certain program to open it or is there another way?</description>
      <pubDate>Sun, 10 Mar 2013 20:43:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126209#M67009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-10T20:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126210#M67010</link>
      <description>&lt;BLOCKQUOTE&gt;how do you modify a 3D Script, for that matter? I clicked my way around to Library 16 in the Archicad folder, but the library seems to be an lcf-file type. &lt;/BLOCKQUOTE&gt;
To modify a Library element, select a placed instance of the object and choose the &lt;B&gt;Open Object&lt;/B&gt; command from &lt;B&gt;File&amp;gt;Library &amp;amp; Objects&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Then, "&lt;B&gt;Save as&lt;/B&gt;" the modified version with a new name, leaving the original unmodified. This is the simplest and safer way for a new user.</description>
      <pubDate>Sun, 10 Mar 2013 21:00:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126210#M67010</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2013-03-10T21:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126211#M67011</link>
      <description>Roberto's solution sounds good in this case, but it is important you get to know how to use layers and layer combinations.&lt;BR /&gt;
&lt;BR /&gt;
Quick tips:&lt;BR /&gt;
Open Layer dialogue&lt;BR /&gt;
Set layers in right-hand panel as you want them (locking, on/off, solid/wireframe, intersection priorities)&lt;BR /&gt;
Save Layer Combination on left-hand panel by clicking New (bottom left) button.&lt;BR /&gt;
If you have an existing LC you want to modify, select it on left side, modify as necessary, then click on Update.&lt;BR /&gt;
&lt;BR /&gt;
When you save a view in View Map (to place on a layout in future, or just as a working view) make sure the appropriate LC is assigned to that view.&lt;BR /&gt;
&lt;BR /&gt;
Check out help files and tutorials for more in depth information.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6794i86CB33BD70797FAB/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screen shot.jpg" title="Screen shot.jpg" /&gt;</description>
      <pubDate>Sun, 10 Mar 2013 22:57:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126211#M67011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-10T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding objects in section view</title>
      <link>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126212#M67012</link>
      <description>Alright, thank you both for your help!</description>
      <pubDate>Mon, 11 Mar 2013 11:15:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Hiding-objects-in-section-view/m-p/126212#M67012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T11:15:18Z</dc:date>
    </item>
  </channel>
</rss>

