<?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: Custom MVO by classification in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236017#M3961</link>
    <description>vdentello,&lt;BR /&gt;
&lt;BR /&gt;
Yes, the solution is great, but there is one problem: it works only for GDL-based element types.&lt;BR /&gt;
The original poster, however, wants to hide any element type by classification (Walls, Slabs, etc.). So, I think if GRAPHISOFT implements a solution, it should be one that works for all element types, not only element types based on GDL.</description>
    <pubDate>Thu, 04 Feb 2021 16:49:00 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2021-02-04T16:49:00Z</dc:date>
    <item>
      <title>Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236011#M3955</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi scraptrash,&lt;BR /&gt;&lt;BR /&gt;Generally speaking you should definitely explore GDL as it opens so many possibilities, and it is an easy coding language to learn especially if you already code.&lt;BR /&gt;&lt;BR /&gt;For your purpose however GDL and MVO's are not the solution. You use custom MVO's to create a parameter that you want elements to respond to globally. However you also need to code the response, and the link to the MVO value, in the elements that you you want to respond. This works well for your own GDL objects but does not work for Archicad model elements such as Walls, Slabs etc.&lt;BR /&gt;&lt;BR /&gt;As I am purely a GDL expert these days (for the last 15 years) I don't know the exact method you would use but there are other filters for model elements in Archicad. have a look into the Renovation Filter, its pretty flexible once you delve into it. You can reference ID and Category data as well as Properties but i am not sure you will be able to reference the specific value you are using. If not then perhaps consider referencing a value you can access in the renovation filter. Other than the Renovation filter you also have Graphic Overrides. I am not sure which will work best for your process.&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 11:31:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236011#M3955</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2021-09-14T11:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236012#M3956</link>
      <description>If you are trying to get a response out of GDL objects, which is anything place with the following tools:&lt;BR /&gt;
    - Object tool, of course,&lt;BR /&gt;
    - Railing,&lt;BR /&gt;
    - Curtainwall,&lt;BR /&gt;
    - Door, Window, Skylight &amp;amp; Opening,&lt;BR /&gt;
    - Zone stamps and 2D auto labels,&lt;BR /&gt;
    - Lamp &amp;amp; Equipment (MEP stuff)&lt;BR /&gt;
    - Wall Ends,&lt;BR /&gt;
&lt;BR /&gt;
then yes custom MVO's are the right method&lt;BR /&gt;
simple creat a new object and set the Subtype (top right corner on the Details page of the object creation interface) to "Library Global Settings".&lt;BR /&gt;
Then all you have to do is create parameters in the "Parameters" list (not the parameter script, this is use to set the rules for the parameters in the parameters list) and script the interface to access the parameters in the "Interface" script.</description>
      <pubDate>Mon, 11 Jan 2021 04:24:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236012#M3956</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2021-01-11T04:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236013#M3957</link>
      <description>&lt;BLOCKQUOTE&gt;
I'm digesting this suggestion, but I'm not sure what you meant. An element can only have one renovation status. How do you reference ID / Category data / properties to the renovation filter?
&lt;/BLOCKQUOTE&gt;
Although elements can only have one renovation status you can set up Renovation Filter schemes to determined how elements are viewed. Though this will probably have the same limitations you have discovered in Graphic Overrides.&lt;BR /&gt;
So in short there is probably not a perfect answer for your requirement and you may have to go down the custom API path. With your C# experience hopefully this wont be too difficult. Graphisoft provide great support for their API developer community so I think you could have some fun with it. provided you have the time and inclination.</description>
      <pubDate>Mon, 11 Jan 2021 22:00:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236013#M3957</guid>
      <dc:creator>Kristian Bursell</dc:creator>
      <dc:date>2021-01-11T22:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236014#M3958</link>
      <description>Unfortunately, I will not be able to suggest any solution either that would be as simple as it is in Revit. There actually have been wishes where people were requesting this functionality.&lt;BR /&gt;
In the 3D Window, you can select elements and you can Isolate them like in Revit (using F5 or the "Show Selection/Marquee in 3D" context-menu command). Hiding them is a bit more convoluted: you can select all, then use SHIFT-click or the Find &amp;amp; Select Palette to remove elements you want to hide, and then Isolate the remaining elements.&lt;BR /&gt;
However, you can not do the same in other Viewpoint types, only in 3D.&lt;BR /&gt;
&lt;BR /&gt;
There is also the Graphic Override (View Filter in Revit) route, where you specify criteria, and elements meeting the criteria are overridden with the define scheme. Unfortunately, there is no option to Hide elements meeting the criteria (which I think is possible in Revit). There have been wishes for this functionality as well.&lt;BR /&gt;
&lt;BR /&gt;
So, people have been wishing for this for a while (and not only people coming from Revit), so let us hope that Graphisoft sooner or later implements such a feature.</description>
      <pubDate>Tue, 12 Jan 2021 23:03:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236014#M3958</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-01-12T23:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236015#M3959</link>
      <description>You can hide gdl-objects with MVO by IFC type</description>
      <pubDate>Tue, 02 Feb 2021 12:05:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236015#M3959</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2021-02-02T12:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236016#M3960</link>
      <description>&lt;BLOCKQUOTE&gt;kuvbur wrote:&lt;BR /&gt;
You can hide gdl-objects with MVO by IFC type
&lt;/BLOCKQUOTE&gt;

Awesome solution!&lt;BR /&gt;
&lt;BR /&gt;
Yet, we'd have to implement 
&lt;PRE&gt;call "Filter_by_IFCProp" PARAMETERS ALL RETURNED_PARAMETERS show
if not(show) then end&lt;/PRE&gt;
Before every master or 3D Script. Right?&lt;BR /&gt;
Hey Graphisoft! There's something to look at for a library update!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_mrgreen.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:28:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236016#M3960</guid>
      <dc:creator>vdentello</dc:creator>
      <dc:date>2021-02-04T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236017#M3961</link>
      <description>vdentello,&lt;BR /&gt;
&lt;BR /&gt;
Yes, the solution is great, but there is one problem: it works only for GDL-based element types.&lt;BR /&gt;
The original poster, however, wants to hide any element type by classification (Walls, Slabs, etc.). So, I think if GRAPHISOFT implements a solution, it should be one that works for all element types, not only element types based on GDL.</description>
      <pubDate>Thu, 04 Feb 2021 16:49:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236017#M3961</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-02-04T16:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236018#M3962</link>
      <description>&lt;BLOCKQUOTE&gt;LaszloNagy wrote:&lt;BR /&gt;
vdentello,&lt;BR /&gt;
&lt;BR /&gt;
Yes, the solution is great, but there is one problem: it works only for GDL-based element types.&lt;BR /&gt;
The original poster, however, wants to hide any element type by classification (Walls, Slabs, etc.). So, I think if GRAPHISOFT implements a solution, it should be one that works for all element types, not only element types based on GDL.
&lt;/BLOCKQUOTE&gt;

Still, every native element is derived from a similar structure deep down, implementing it to every native tool doensn't seem like rocket science from a coding point. (from what i understand based on the API structure).&lt;BR /&gt;
&lt;BR /&gt;
Could be a wish but i doubt it'd escalate. Could already help with objects.&lt;BR /&gt;
&lt;BR /&gt;
But, It's somewhat doable with layers.</description>
      <pubDate>Thu, 04 Feb 2021 19:59:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236018#M3962</guid>
      <dc:creator>vdentello</dc:creator>
      <dc:date>2021-02-04T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom MVO by classification</title>
      <link>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236019#M3963</link>
      <description>Yes, I think there have been multiple wishes about the ability to hide elements in the last several years.&lt;BR /&gt;
Let us hope it is on GRAPHISOFT's radar.</description>
      <pubDate>Fri, 05 Feb 2021 05:26:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Custom-MVO-by-classification/m-p/236019#M3963</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-02-05T05:26:16Z</dc:date>
    </item>
  </channel>
</rss>

