<?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: APIAny_NeigToCoordID with unknown error in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240930#M4972</link>
    <description>This is what I've done:&lt;BR /&gt;
&lt;BR /&gt;
1. Create a wall 9000m high (storey height is 3000m); home storey is second floor.&lt;BR /&gt;
2. Create 3 windows on the created wall; sill is anchored to storey ('Sill to Story X'); sill height is 200m.&lt;BR /&gt;
&lt;BR /&gt;
When the &lt;FONT color="#808080"&gt;API_Goodies(APIAny_NeigToCoordID)&lt;/FONT&gt; is called, two of these three windows returns 0x0ffffe4a5 on both &lt;FONT color="#808080"&gt;APINeig_WindHole[0]&lt;/FONT&gt; and &lt;FONT color="#808080"&gt;APINeig_WindHole[1]&lt;/FONT&gt;.</description>
    <pubDate>Wed, 09 Dec 2015 09:37:13 GMT</pubDate>
    <dc:creator>ReignBough</dc:creator>
    <dc:date>2015-12-09T09:37:13Z</dc:date>
    <item>
      <title>APIAny_NeigToCoordID with unknown error [SOLVED]</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240928#M4970</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I called the &lt;FONT color="#808080"&gt;ACAPI_Goodies&lt;/FONT&gt; function and it returned 0xffffe4a5.&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jul 2023 12:44:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240928#M4970</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2023-07-13T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: APIAny_NeigToCoordID with unknown error</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240929#M4971</link>
      <description>&lt;BLOCKQUOTE&gt;ReignBough wrote:&lt;BR /&gt;I called the &lt;FONT color="#808080"&gt;ACAPI_Goodies&lt;/FONT&gt; function and it returned 0xffffe4a5.&lt;/BLOCKQUOTE&gt;
All I can add is that we use the function successfully and haven't seen that error code before.</description>
      <pubDate>Mon, 07 Dec 2015 11:04:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240929#M4971</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-12-07T11:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: APIAny_NeigToCoordID with unknown error</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240930#M4972</link>
      <description>This is what I've done:&lt;BR /&gt;
&lt;BR /&gt;
1. Create a wall 9000m high (storey height is 3000m); home storey is second floor.&lt;BR /&gt;
2. Create 3 windows on the created wall; sill is anchored to storey ('Sill to Story X'); sill height is 200m.&lt;BR /&gt;
&lt;BR /&gt;
When the &lt;FONT color="#808080"&gt;API_Goodies(APIAny_NeigToCoordID)&lt;/FONT&gt; is called, two of these three windows returns 0x0ffffe4a5 on both &lt;FONT color="#808080"&gt;APINeig_WindHole[0]&lt;/FONT&gt; and &lt;FONT color="#808080"&gt;APINeig_WindHole[1]&lt;/FONT&gt;.</description>
      <pubDate>Wed, 09 Dec 2015 09:37:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240930#M4972</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2015-12-09T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: APIAny_NeigToCoordID with unknown error</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240931#M4973</link>
      <description>Found a solution to this problem. It seems that when getting the coordinate of a neig of an element, you should be on the same storey of that element. What I did was when I encounter this error (0xffffe4a5), I have to change the current storey to the element's storey (using &lt;FONT color="#808080"&gt;ACAPI_Environment(APIEnv_ChangeStorySettingsID)&lt;/FONT&gt;).&lt;BR /&gt;
&lt;BR /&gt;
BTW, this error is &lt;FONT color="#808080"&gt;GSErrCodes::Error = -7003&lt;/FONT&gt; fond in Definitions.hpp.</description>
      <pubDate>Thu, 10 Dec 2015 08:53:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/APIAny-NeigToCoordID-with-unknown-error-SOLVED/m-p/240931#M4973</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2015-12-10T08:53:42Z</dc:date>
    </item>
  </channel>
</rss>

