<?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: Python - Hidden / Visible elements information in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355187#M254</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you very much Gerry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;This is exactly what I need! &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;How do you find these values? It would prevent me from disturbing you! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;EM&gt;I have a "GetAllPropertyNames" list but I didn't see anything&lt;/EM&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;David&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 07:19:22 GMT</pubDate>
    <dc:creator>davidrubio</dc:creator>
    <dc:date>2022-09-06T07:19:22Z</dc:date>
    <item>
      <title>Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355160#M252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would there be a way to know if an element is visible or hidden when running a python script?&lt;/P&gt;&lt;P&gt;I'm working on a script that I would like to consider only visible elements &lt;EM&gt;(because I can't get their renovation status...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 17:39:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355160#M252</guid>
      <dc:creator>davidrubio</dc:creator>
      <dc:date>2022-09-05T17:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355176#M253</link>
      <description>&lt;P&gt;You can get the renovation status with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;value = acu.GetBuiltInPropertyId('Category_RenovationStatus')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Python API does not have available, the visibility of elements but you can get the Layer Name of a element with 'ModelView_LayerName'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then get the visibility of that Layer with: 'ModelView_IsLayerVisible'&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 00:49:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355176#M253</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-09-06T00:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355187#M254</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you very much Gerry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;This is exactly what I need! &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;How do you find these values? It would prevent me from disturbing you! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;EM&gt;I have a "GetAllPropertyNames" list but I didn't see anything&lt;/EM&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;David&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 07:19:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355187#M254</guid>
      <dc:creator>davidrubio</dc:creator>
      <dc:date>2022-09-06T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355197#M255</link>
      <description>&lt;P&gt;TRY:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result = acc.GetAllPropertyNames()&lt;/P&gt;&lt;P&gt;for x in result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(x)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get a listing of all property names in the console.&lt;/P&gt;&lt;P&gt;The builtin properties are the 'nonlocalizedname' ones&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:12:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355197#M255</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-09-06T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355199#M256</link>
      <description>&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks for your return&lt;BR /&gt;&lt;BR /&gt;That's what I did but I don't have the properties you are talking about... I only have 'ModelView_LayerName'&lt;BR /&gt;&lt;BR /&gt;Maybe it's because I had Archicad 24? These properties may only be available on 26...&lt;BR /&gt;I will try (&lt;EM&gt;I have all versions since 5...)&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;What does mean 'nonlocalizedname'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Thanks a lot for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;David&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Sep 2022 11:20:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355199#M256</guid>
      <dc:creator>davidrubio</dc:creator>
      <dc:date>2022-09-06T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python - Hidden / Visible elements information</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355203#M257</link>
      <description>&lt;P&gt;The latest version of the Python API is 26.3000 available via pip install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Graphisoft divides properties into two categories -- 'builtin' and 'custom'.&amp;nbsp; Custom properties are user created and are specific to a certain category of elements or 'localized'. Builtin properties may be read only or read/write and are generally applicable to all elements or exist for a specific purpose. They are universal or 'nonlocalized'&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 11:53:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Python-Hidden-Visible-elements-information/m-p/355203#M257</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-09-06T11:53:48Z</dc:date>
    </item>
  </channel>
</rss>

