<?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 run script on selected elements in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321350#M123</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/2033"&gt;@Ady84a&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;is there a way to run the python script only on the selected elements ?&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No -- That ability was removed from the Python API in Archicad release 24. An alternate workaround, probably unacceptable, is to interrogate for the status of a custom property to identify which element is of interest.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 20:03:55 GMT</pubDate>
    <dc:creator>poco2013</dc:creator>
    <dc:date>2021-11-16T20:03:55Z</dc:date>
    <item>
      <title>python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321321#M122</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to run the python script only on the selected elements ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 15:38:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321321#M122</guid>
      <dc:creator>Ady84a</dc:creator>
      <dc:date>2021-11-16T15:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321350#M123</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/2033"&gt;@Ady84a&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;is there a way to run the python script only on the selected elements ?&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No -- That ability was removed from the Python API in Archicad release 24. An alternate workaround, probably unacceptable, is to interrogate for the status of a custom property to identify which element is of interest.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 20:03:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321350#M123</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2021-11-16T20:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321351#M124</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN&gt;Gerry, I was afraid of that...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 20:07:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321351#M124</guid>
      <dc:creator>Ady84a</dc:creator>
      <dc:date>2021-11-16T20:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321428#M125</link>
      <description>&lt;P&gt;Isn't that a severe lack of feature?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:30:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321428#M125</guid>
      <dc:creator>martinij</dc:creator>
      <dc:date>2021-11-17T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321430#M126</link>
      <description>&lt;P&gt;yes. a very simple logical feature is to be able to select things and run the script on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 08:31:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321430#M126</guid>
      <dc:creator>Ady84a</dc:creator>
      <dc:date>2021-11-17T08:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: python run script on selected elements</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321442#M127</link>
      <description>&lt;P&gt;I made a new thread in the wishes forum about this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Wishes-forum/Run-python-script-on-selected-elements/m-p/321441#M19112" target="_blank"&gt;https://community.graphisoft.com/t5/Wishes-forum/Run-python-script-on-selected-elements/m-p/321441#M19112&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 09:58:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/python-run-script-on-selected-elements/m-p/321442#M127</guid>
      <dc:creator>martinij</dc:creator>
      <dc:date>2021-11-17T09:58:20Z</dc:date>
    </item>
  </channel>
</rss>

