<?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: [SCRIPT] Auto-numbering elements using a polyline using Tapir in Archicad Python API</title>
    <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668043#M1106</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/6242"&gt;@Mathias Jonathan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Thank you for your work and for sharing !&lt;BR /&gt;I'm very interested in this script.&lt;BR /&gt;&lt;BR /&gt;It works, but I have an interface issue : I can't see the panel to start numbering.&amp;nbsp;&lt;BR /&gt;I'm working on macOS 15.5 Sequoia, and I have the same with both Archicad 27 and 28.&lt;BR /&gt;What can we do about it ?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2025-07-01 à 08.45.21.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88798i691F0F7C9725FED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2025-07-01 à 08.45.21.png" alt="Capture d’écran 2025-07-01 à 08.45.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 17:09:54 GMT</pubDate>
    <dc:creator>Nathanael_Hervouet</dc:creator>
    <dc:date>2025-07-01T17:09:54Z</dc:date>
    <item>
      <title>[SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662614#M1083</link>
      <description>&lt;P&gt;I created a "proof of concept" with claude AI for automatic numbering the element ID using proximity to a polyline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to use the script?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-Place the gdl object "AutomaticNumberingPolyline" (This is a renamed version of SinceV6 polyline object that you can find &lt;A href="http://(https://community.graphisoft.com/t5/GDL/Dynamic-Polyline-base-code-object-VERSION-2/td-p/249973) " target="_self"&gt;here&lt;/A&gt; ) on the floor plan.&lt;/P&gt;
&lt;P&gt;-Select the object "AutomaticNumberingPolyline" and the elements to number.&lt;/P&gt;
&lt;P&gt;-Launch the script (Python palette or double click on the script (The script will work on the first opened archicad instance)&lt;/P&gt;
&lt;P&gt;-When asked, Enter the starting number for the first element&lt;/P&gt;
&lt;P&gt;-Done&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a video example&lt;SPAN&gt; (Please forgive my English, we're not very well known for our linguistic talents in France.^^)&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FunPcxLjNnGM%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DunPcxLjNnGM&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FunPcxLjNnGM%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="554" height="312" scrolling="no" title="Python Script in archicad: Automatic Numbering" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to install the script?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-Install the last version of &lt;A href="https://www.python.org/" target="_self"&gt;Python&lt;/A&gt;&amp;nbsp;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-Install the last version of the &lt;A href="https://github.com/ENZYME-APD/tapir-archicad-automation" target="_self"&gt;Tapir Plugin&lt;/A&gt; (Opensource plugin that gives access to new python commands in archicad that are needed for this script)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Optionnal for easy use if you have a subscription or SSA)&lt;/P&gt;
&lt;P&gt;-&lt;A href="https://gsdownloads.graphisoft.com/cdn/Python/ARCHICAD-Python_Connection_Getting_Started.pdf" target="_self"&gt;How to show the python palette&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How does the script work?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;1-&lt;/STRONG&gt;Recover the coordinates of a polyline object coordinates stored in the object's GDL parameters and retrieved with the corresponding Tapir command &lt;BR /&gt;&lt;STRONG&gt;2-&lt;/STRONG&gt;Recover the C centers of the 2D bounding boxes of each object to be numbered O&lt;BR /&gt;&lt;STRONG&gt;3-&lt;/STRONG&gt;Find the nearest point P on the polyline for each C-center&lt;BR /&gt;&lt;STRONG&gt;4-&lt;/STRONG&gt;Determine the relative position of each point P along the polyline&lt;BR /&gt;&lt;STRONG&gt;5-&lt;/STRONG&gt;Sort objects O according to this position&lt;BR /&gt;&lt;STRONG&gt;6-&lt;/STRONG&gt;Number the objects in this order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot to the Tapir team, especially &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/11183"&gt;@Tibor Lorantfy&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/12765"&gt;@Viktor Kovacs&lt;/a&gt;, and &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/11666"&gt;@jorgebeneitez&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 10:32:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662614#M1083</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-05-19T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662814#M1087</link>
      <description>&lt;P&gt;Wow nice! This is a very interesting and exciting proof of concept.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The thing about these creations is they unfortunately aren’t particularly accessible for a basic user. (Ie the user needs to have python and tapir installed and know how to open the python palette and find the script and run it) But to make them accessible basically means you’d have to write the whole thing in c++ as a full blown addon. Python is so much nicer to code in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 07:58:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662814#M1087</guid>
      <dc:creator>scottjm</dc:creator>
      <dc:date>2025-05-19T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662817#M1088</link>
      <description>&lt;P&gt;Tapir's development team has created a much more accessible palette for launching scripts (in progress). Graphisoft will be releasing an addon store, which should help deploy this kind of solution.&lt;/P&gt;
&lt;P&gt;I've modified the script to use a real polyline instead of an object, which should make it much easier to use.&lt;/P&gt;
&lt;P&gt;I'll share this new version once the new Tapir update is stable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other advantage of python is that you can quickly ask the AI to code these scripts, if you give it the missing part: the connection between archicad and python.&lt;BR /&gt;With a library of simple scripts, it's easy to imagine “power users” creating tailor-made tools for their colleagues.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 08:19:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662817#M1088</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-05-19T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662819#M1089</link>
      <description>&lt;P&gt;And I think that the big issue is not to give a new tool that can be used “passively”, but rather a new opportunity for “power users” to propose new things, and to share them, by lowering the barrier of necessary knowledge (C++ to Python).&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 08:23:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/662819#M1089</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-05-19T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668018#M1103</link>
      <description>&lt;P&gt;Hello, i can´t load the .gsm file in to archicad 26&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 20:38:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668018#M1103</guid>
      <dc:creator>Guillermo1</dc:creator>
      <dc:date>2025-06-30T20:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668019#M1104</link>
      <description>&lt;P&gt;Hi! If you use the last official version of tapir, you won't need to download the script or an object: the script is part of the official package and now works with one polyline (the tool, not an object).&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 20:41:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668019#M1104</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-06-30T20:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668023#M1105</link>
      <description>&lt;P&gt;oh thanks, how can i install tapir?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 22:52:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668023#M1105</guid>
      <dc:creator>Guillermo1</dc:creator>
      <dc:date>2025-06-30T22:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668043#M1106</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/6242"&gt;@Mathias Jonathan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Thank you for your work and for sharing !&lt;BR /&gt;I'm very interested in this script.&lt;BR /&gt;&lt;BR /&gt;It works, but I have an interface issue : I can't see the panel to start numbering.&amp;nbsp;&lt;BR /&gt;I'm working on macOS 15.5 Sequoia, and I have the same with both Archicad 27 and 28.&lt;BR /&gt;What can we do about it ?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2025-07-01 à 08.45.21.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88798i691F0F7C9725FED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2025-07-01 à 08.45.21.png" alt="Capture d’écran 2025-07-01 à 08.45.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 17:09:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668043#M1106</guid>
      <dc:creator>Nathanael_Hervouet</dc:creator>
      <dc:date>2025-07-01T17:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668047#M1107</link>
      <description>&lt;P&gt;You have 2 different versions of the script: the Beta2 is outdated, the tapir one on the right seems to be the last one. Do you know which version you used?&lt;/P&gt;
&lt;P&gt;NB: &lt;STRIKE&gt;On peut faire une visio si tu veux.&amp;nbsp;&lt;/STRIKE&gt;&amp;nbsp;We can make a video if you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/67300"&gt;@Guillermo1&lt;/a&gt;&amp;nbsp;Here:&amp;nbsp;&lt;A href="https://github.com/ENZYME-APD/tapir-archicad-automation" target="_blank" rel="noopener"&gt;https://github.com/ENZYME-APD/tapir-archicad-automation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 07:44:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668047#M1107</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-07-01T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668095#M1108</link>
      <description>&lt;P&gt;I used the &lt;EM&gt;SCRIPT_AutomaticNumberingBeta2.py&lt;/EM&gt; as I could download the script from this page :&amp;nbsp;&lt;A href="https://community.graphisoft.com/t5/Graphisoft-Insights/Tip-of-the-Month-Auto-number-elements-using-a-polyline-in/ba-p/665634" target="_self"&gt;Tip of the Month: Auto-number elements using a polyline in Archicad&lt;/A&gt;&lt;BR /&gt;Where can I get the latest script ?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 11:33:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668095#M1108</guid>
      <dc:creator>Nathanael_Hervouet</dc:creator>
      <dc:date>2025-07-01T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668096#M1109</link>
      <description>&lt;P&gt;The latest script is included in the last tapir installation. The name of the script is "AutomaticNumberingBasedOnPolyline" and you can see it in your screenshot of the tapir palette. You just need to select your elements + 1 polyline and launch the script with the triangle.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 11:36:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668096#M1109</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-07-01T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668165#M1110</link>
      <description>&lt;P&gt;HI , ,i run the tapir addon but get this windows , im doing something wrong&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Guillermo1_0-1751393740632.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88840i933C5076658F9F5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Guillermo1_0-1751393740632.png" alt="Guillermo1_0-1751393740632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 18:15:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668165#M1110</guid>
      <dc:creator>Guillermo1</dc:creator>
      <dc:date>2025-07-01T18:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668169#M1111</link>
      <description>&lt;P&gt;Did you install the last version of python?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 18:20:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668169#M1111</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-07-01T18:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668171#M1112</link>
      <description>&lt;P&gt;yes , and add the tapir extension&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Guillermo1_0-1751394125256.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/88846i835FE597947C648A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Guillermo1_0-1751394125256.png" alt="Guillermo1_0-1751394125256.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 18:22:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668171#M1112</guid>
      <dc:creator>Guillermo1</dc:creator>
      <dc:date>2025-07-01T18:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668180#M1113</link>
      <description>&lt;P&gt;Now it works ok!, just needed to add python to path!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 20:42:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/668180#M1113</guid>
      <dc:creator>Guillermo1</dc:creator>
      <dc:date>2025-07-01T20:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/672099#M1140</link>
      <description>&lt;P&gt;Very nice tool!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a python script like this, or the script can be modified, for auto-numbering the zone numbers?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 00:39:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/672099#M1140</guid>
      <dc:creator>kmitotk</dc:creator>
      <dc:date>2025-08-05T00:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677752#M1142</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To turn on the python palette, Archicad 27 requires me to have the SSA subscription, for which I have no way to obtain, since I use one of my company's shared licenses.&lt;BR /&gt;I have set up Python, Tapir, the numbering polyline, and the objects, but&amp;nbsp;running the py script from the desktop seems to fail.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have used instructions and the script from this link:&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Graphisoft-Insights/Tip-of-the-Month-Auto-number-elements-using-a-polyline-in/ba-p/665634" target="_blank"&gt;https://community.graphisoft.com/t5/Graphisoft-Insights/Tip-of-the-Month-Auto-number-elements-using-a-polyline-in/ba-p/665634&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there a way to make it work?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 14:20:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677752#M1142</guid>
      <dc:creator>Milan</dc:creator>
      <dc:date>2025-09-24T14:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677754#M1143</link>
      <description>&lt;P&gt;What error message appears?&lt;/P&gt;
&lt;P&gt;Did you use Tapir palette?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 14:23:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677754#M1143</guid>
      <dc:creator>Mathias Jonathan</dc:creator>
      <dc:date>2025-09-24T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677761#M1144</link>
      <description>&lt;P&gt;I haven't used Tapir palette at first, I didn't even notice it appeared.&lt;BR /&gt;I have tried it now, and it didn't work at first, but after installing uv, uvw, uvx, adding path in&amp;nbsp;sysdm.cpl Environment variables, and checking it is connected in powershell, Tapir finally works.&lt;BR /&gt;&lt;BR /&gt;Now I have this problem: it doesn't register the Automatic Numbering Polyline, even though its obviously there and selected.&amp;nbsp;&lt;BR /&gt;I have also tried to add the python script SCRIPT_AutomaticNumberingBeta2.py into Tapir with + button, but it crashes ArchiCAD when selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Milan_0-1758726328946.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/92333i4C70C9A2D5299BFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Milan_0-1758726328946.png" alt="Milan_0-1758726328946.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 15:12:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677761#M1144</guid>
      <dc:creator>Milan</dc:creator>
      <dc:date>2025-09-24T15:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: [SCRIPT] Auto-numbering elements using a polyline using Tapir</title>
      <link>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677763#M1145</link>
      <description>&lt;P&gt;I think now you need to use a polyline and not the "polyline" object&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 15:38:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-Python-API/SCRIPT-Auto-numbering-elements-using-a-polyline-using-Tapir/m-p/677763#M1145</guid>
      <dc:creator>Yves</dc:creator>
      <dc:date>2025-09-24T15:38:27Z</dc:date>
    </item>
  </channel>
</rss>

