<?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: Auto dimensioning in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163831#M6472</link>
    <description>Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
I want to communicate Automatic Dimensioning.apx with my apx. But, I don’t know how to communicate with that apx. Can any one give me some samples code how to communicate with other apx?&lt;BR /&gt;
&lt;BR /&gt;
Main aim of my auto dimensions is by clicking button in my own menu by user it will select the all walls and place the dimensions with out interacting with user.</description>
    <pubDate>Fri, 12 Sep 2008 05:24:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-09-12T05:24:27Z</dc:date>
    <item>
      <title>Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163829#M6470</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Sorry this is a stupid question.&lt;BR /&gt;&lt;BR /&gt;I want to dimension entire floor by using APX and dimensions are linked to walls.&lt;BR /&gt;&lt;BR /&gt;Can you give me example code?&lt;BR /&gt;I want to know how to set segments to the API_DimensionType element’s chain?&lt;BR /&gt;How do I set memo of dimension element?&lt;BR /&gt;How do I set the wall element index to the dimension element such that if I move the wall dimension is moved and if I deleted one of the wall dimension is changed accordingly?&lt;BR /&gt;&lt;BR /&gt;please give me sample code to produce fallowing dimension which is linked to walls.&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dim.JPG" style="width: 138px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/7312i2FB21C098D8F93BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="dim.JPG" alt="dim.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:58:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163829#M6470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163830#M6471</link>
      <description>I'm confused as to why you want to do this, since there is already a standard add-on that does exactly what you illustrate...?&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 12 Sep 2008 04:09:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163830#M6471</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-09-12T04:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163831#M6472</link>
      <description>Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
I want to communicate Automatic Dimensioning.apx with my apx. But, I don’t know how to communicate with that apx. Can any one give me some samples code how to communicate with other apx?&lt;BR /&gt;
&lt;BR /&gt;
Main aim of my auto dimensions is by clicking button in my own menu by user it will select the all walls and place the dimensions with out interacting with user.</description>
      <pubDate>Fri, 12 Sep 2008 05:24:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163831#M6472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-12T05:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163832#M6473</link>
      <description>An add-on can 'expose' interface functionality only if it is designed to do so.  Generally this is for a developer to have his/her own add-ons interact with one another.&lt;BR /&gt;
&lt;BR /&gt;
I'm not aware of any GS or 3rd party add-ons that have a published interface.&lt;BR /&gt;
&lt;BR /&gt;
So, you may have to resort to 'send keys' type of functionality, which as you know can be highly unreliable.&lt;BR /&gt;
&lt;BR /&gt;
Others may have more positive suggestions for you, I hope! &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 12 Sep 2008 17:19:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163832#M6473</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-09-12T17:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163833#M6474</link>
      <description>&lt;BLOCKQUOTE&gt;Ranga wrote:&lt;BR /&gt;I want to communicate Automatic Dimensioning.apx with my apx. But, I don’t know how to communicate with that apx. Can any one give me some samples code how to communicate with other apx?&lt;BR /&gt;
&lt;BR /&gt;
Main aim of my auto dimensions is by clicking button in my own menu by user it will select the all walls and place the dimensions with out interacting with user.&lt;/BLOCKQUOTE&gt;
Look up 'ACAPI_Command_Call' in the API documentation. Also, look at 'Communication_Manager' in the API examples. The DXG-DWG add-on from GS supports interaction with other add-ons, but I don't know about Automatic Dimensioning. I doubt if it will communicate with another add-on, but you never know...&lt;BR /&gt;
&lt;BR /&gt;
I still don't quite follow what improvement you're looking for over Automatic Dimensioning?</description>
      <pubDate>Fri, 12 Sep 2008 21:55:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163833#M6474</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-09-12T21:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto dimensioning</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163834#M6475</link>
      <description>&lt;BLOCKQUOTE&gt;Ranga wrote:&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;
&lt;BR /&gt;
I want to communicate Automatic Dimensioning.apx with my apx. But, I don’t know how to communicate with that apx. Can any one give me some samples code how to communicate with other apx?&lt;BR /&gt;
&lt;BR /&gt;
Main aim of my auto dimensions is by clicking button in my own menu by user it will select the all walls and place the dimensions with out interacting with user.&lt;/BLOCKQUOTE&gt;

Automatic Dimensioning at the moment doesn't expose any interface to other add-ons (it's a good idea, though  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; ), and at the moment we don't have any plans to do that. Also, the API doesn't allow you to call any menu command &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
I'd go the easy way, tell the user to select all walls (or do a pre-selection from your add-on), and ask her/him to use the automatic dimensioning tool if this is acceptable for you.&lt;BR /&gt;
&lt;BR /&gt;
HTH, Akos</description>
      <pubDate>Tue, 21 Oct 2008 04:17:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Auto-dimensioning/m-p/163834#M6475</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2008-10-21T04:17:03Z</dc:date>
    </item>
  </channel>
</rss>

