<?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 Door thickness and material Built in names in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/373865#M351</link>
    <description>&lt;P&gt;Hello everyone!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to know, what are the built in names of door thickness and material it is made of. For more context this is some of built in names Im using for other attributes:&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;propertyIds = acc.GetPropertyIds([&lt;BR /&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_ElementID"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_UniqueID"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_Type"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"Geometry_GeneralHeight"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"Geometry_GeneralWidth"&lt;/SPAN&gt;)&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # act.BuiltInPropertyUserId("Geometry_ComponentThickness")&lt;BR /&gt;&lt;/SPAN&gt;])&lt;/PRE&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Sep 2024 10:11:36 GMT</pubDate>
    <dc:creator>noriksaroyan</dc:creator>
    <dc:date>2024-09-26T10:11:36Z</dc:date>
    <item>
      <title>Door thickness and material Built in names</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/373865#M351</link>
      <description>&lt;P&gt;Hello everyone!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to know, what are the built in names of door thickness and material it is made of. For more context this is some of built in names Im using for other attributes:&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;propertyIds = acc.GetPropertyIds([&lt;BR /&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_ElementID"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_UniqueID"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"General_Type"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"Geometry_GeneralHeight"&lt;/SPAN&gt;)&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    act.BuiltInPropertyUserId(&lt;SPAN&gt;"Geometry_GeneralWidth"&lt;/SPAN&gt;)&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    # act.BuiltInPropertyUserId("Geometry_ComponentThickness")&lt;BR /&gt;&lt;/SPAN&gt;])&lt;/PRE&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Sep 2024 10:11:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/373865#M351</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2024-09-26T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Door thickness and material Built in names</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/373928#M352</link>
      <description>&lt;P&gt;The answer that I got from Graphisoft on this question, a couple of years ago, was: There is no listing in the Python API of All&amp;nbsp; the built-in properties or their Read Only status. The only listing is returned by the GetAllPropertyNames() function which will list Built ins as a 'Localized' type -- but this listing is not complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt that Graphisoft would act on this request unless they get a larger number of requests to do so. It seems that Python development has been put on the 'back burner', but we'll see if this is so in 27?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 02:49:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/373928#M352</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-03-22T02:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Door thickness and material Built in names</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/374017#M353</link>
      <description>&lt;P&gt;Where can we request all these built in properties for new update? Cause I need to get a json file like the one below and I don't know how to do it or where to get built in names for door.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/56220i4515F23C30787152/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot 2023-03-22 at 19.53.57.png" title="Screenshot 2023-03-22 at 19.53.57.png" /&gt;</description>
      <pubDate>Wed, 22 Mar 2023 16:54:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/Door-thickness-and-material-Built-in-names/m-p/374017#M353</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-03-22T16:54:43Z</dc:date>
    </item>
  </channel>
</rss>

