<?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: What is meant by &amp;quot;neig&amp;quot;? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60555#M6852</link>
    <description>I don't know where the term comes from but I think its more to do with a piece of an element. These are generally used with selections. eg. A dimension can be selected in its entirety or by a point of it.&lt;BR /&gt;
&lt;BR /&gt;
This is based on what I see under API_NeigID in the help. Usually I just deal in whole elements by converting the neigId to a typeID.</description>
    <pubDate>Thu, 13 Oct 2005 01:14:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-10-13T01:14:39Z</dc:date>
    <item>
      <title>What is meant by "neig"?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60552#M6849</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;My english dictonary has not got an entry for "neig".&lt;BR /&gt;Could someone explain what is meant?&lt;BR /&gt;&lt;BR /&gt;This word often occurs in the API documentation...&lt;BR /&gt;&lt;BR /&gt;e.g.:&lt;BR /&gt;"&lt;BR /&gt;API_Neig&lt;BR /&gt;Describes a neig point of an element.&lt;BR /&gt;&lt;BR /&gt;typedef struct {&lt;BR /&gt;API_NeigID neigID;&lt;BR /&gt;long index;&lt;BR /&gt;short inIndex;&lt;BR /&gt;short filler_1;&lt;BR /&gt;long flags;&lt;BR /&gt;} API_Neig;&lt;BR /&gt;"&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jul 2023 14:31:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60552#M6849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is meant by "neig"?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60553#M6850</link>
      <description>I am not familiar with the API, but I think &lt;FONT color="#0009ff"&gt;neig &lt;/FONT&gt;has something to do with neigbouring elements/element parts (nodes, edges etc.) - depends on the context.&lt;BR /&gt;
I might be wrong.</description>
      <pubDate>Wed, 12 Oct 2005 07:18:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60553#M6850</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2005-10-12T07:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is meant by "neig"?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60554#M6851</link>
      <description>&lt;BLOCKQUOTE&gt;John wrote:&lt;BR /&gt;Hi &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
My english dictonary has not got an entry for "neig".&lt;BR /&gt;
Could someone explain what is meant?&lt;BR /&gt;
&lt;BR /&gt;
This word often occurs in the API documentation...&lt;BR /&gt;
&lt;BR /&gt;
e.g.:&lt;BR /&gt;
"&lt;BR /&gt;
API_Neig&lt;BR /&gt;
Describes a neig point of an element.&lt;BR /&gt;
&lt;BR /&gt;
    typedef struct {&lt;BR /&gt;
        API_NeigID     neigID;&lt;BR /&gt;
        long           index;&lt;BR /&gt;
        short          inIndex;&lt;BR /&gt;
        short          filler_1;&lt;BR /&gt;
        long           flags;&lt;BR /&gt;
    } API_Neig;&lt;BR /&gt;
"&lt;/BLOCKQUOTE&gt;

John,&lt;BR /&gt;
&lt;BR /&gt;
I've spoken English my entire ~32 years of life, and I have no idea.&lt;BR /&gt;
&lt;BR /&gt;
My impression is that it related to making associative elements, such as the way dimensions lock on to wall or door hotspots.</description>
      <pubDate>Wed, 12 Oct 2005 12:22:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60554#M6851</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-10-12T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is meant by "neig"?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60555#M6852</link>
      <description>I don't know where the term comes from but I think its more to do with a piece of an element. These are generally used with selections. eg. A dimension can be selected in its entirety or by a point of it.&lt;BR /&gt;
&lt;BR /&gt;
This is based on what I see under API_NeigID in the help. Usually I just deal in whole elements by converting the neigId to a typeID.</description>
      <pubDate>Thu, 13 Oct 2005 01:14:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/What-is-meant-by-quot-neig-quot/m-p/60555#M6852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-13T01:14:39Z</dc:date>
    </item>
  </channel>
</rss>

