<?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: Unnecessary Columns Movement in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606631#M9447</link>
    <description>&lt;P&gt;This issue occurs even in the latest environment.&lt;BR /&gt;Archicad solo 27 (version 27.2.1)(5031) / API Development Kit 27.3001 / Windows10&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ColumnWillMode_20240606.jpg" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/61773iED694A189E2E9F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="ColumnWillMode_20240606.jpg" alt="ColumnWillMode_20240606.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 13:37:34 GMT</pubDate>
    <dc:creator>HKM</dc:creator>
    <dc:date>2024-06-10T13:37:34Z</dc:date>
    <item>
      <title>Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/586630#M9145</link>
      <description>&lt;P&gt;Archicad26 / API Development Kit 26.3000 / Windows10&lt;BR /&gt;Use 'ACAPI_Element_Change()' on a column whose 'coreAnchor' is other than 4, it will be moved in parallel.&lt;BR /&gt;This can be confirmed with "Do_Change_ElemParameters()" in the SDK "Element_Test".&lt;BR /&gt;Is there a way to avoid this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:10:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/586630#M9145</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-09-17T11:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/586806#M9149</link>
      <description>&lt;P&gt;Confirmed the same problem with Archicad27.&lt;BR /&gt;Archicad27 / API Development Kit 27.3001 / Windows10&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20240206.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52894iE6209C42767F8A8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="20240206.jpg" alt="20240206.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 02:12:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/586806#M9149</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-02-06T02:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/587974#M9161</link>
      <description>&lt;P&gt;Does anyone other than me have this problem?&lt;BR /&gt;Or am I misunderstanding something?&lt;BR /&gt;Any advice would be helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:10:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/587974#M9161</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-02-13T14:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/605942#M9415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm not clear what the problem you mentioned. When you try to modify a column coreAnchor=4 to coreAnchor=6, it means the left bottom corner of column will be moved to the position of the center of colmun because you didn't change the origoPos.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 09:30:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/605942#M9415</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2024-05-31T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606456#M9439</link>
      <description>&lt;P&gt;Let me explain the procedure.&lt;BR /&gt;1. Draw a column.&lt;BR /&gt;2. In the column settings(ctrl+T), change the anchor to something other than the center.&lt;BR /&gt;3. Execute "Do_Change_ElemParameters()" in the SDK "Element_Test" on the column.&lt;BR /&gt;4. The column will move.&lt;BR /&gt;(If the column anchor is at the center it not move.)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 01:30:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606456#M9439</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-06-05T01:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606578#M9442</link>
      <description>&lt;P&gt;Sorry I couldn't reproduce this issue following your steps, I'd suggest you update AC27 to the latest release(27.2.1) and try again.&lt;/P&gt;
&lt;P&gt;HTH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 10:47:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606578#M9442</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2024-06-05T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606631#M9447</link>
      <description>&lt;P&gt;This issue occurs even in the latest environment.&lt;BR /&gt;Archicad solo 27 (version 27.2.1)(5031) / API Development Kit 27.3001 / Windows10&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ColumnWillMode_20240606.jpg" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/61773iED694A189E2E9F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="ColumnWillMode_20240606.jpg" alt="ColumnWillMode_20240606.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 13:37:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606631#M9447</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-06-10T13:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606677#M9450</link>
      <description>&lt;P&gt;I see, I've asked our API developer to check whether it's an bug issue. As a workaround, I'd suggest you to shift origoPos to anchor point before calling ACAPI_Element_Change() if the anchor is not 4 in this case.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ACAPI_ELEMENT_MASK_SET(mask, API_ColumnType, origoPos);
element.column.origoPos.x (+-) = half of column width;
element.column.origoPos.y (+-) = half of column depth;
err = ACAPI_Element_Change();&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;HTH.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 01:13:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606677#M9450</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2024-06-06T01:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unnecessary Columns Movement</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606686#M9451</link>
      <description>&lt;P&gt;Thank you for providing the workaround.&lt;BR /&gt;Hopefully this issue will be resolved in Archicad 28.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 05:02:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Unnecessary-Columns-Movement/m-p/606686#M9451</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-06-06T05:02:02Z</dc:date>
    </item>
  </channel>
</rss>

