<?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: Really big problem with FloorInd in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126033#M6777</link>
    <description>Hi, Ranga Rao&lt;BR /&gt;
and in our case, windows/doors located exactly on 1 floor&lt;BR /&gt;
&lt;BR /&gt;
thx for answer&lt;BR /&gt;
we use owner(Wall) floorInd from now (and it's seems correct in all cases)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
in our solution with height there are may be some troubles, when story's height = 0....&lt;BR /&gt;
eah.. it's seem's like mistake, but our costumers have such plans  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
    <pubDate>Thu, 05 Nov 2009 13:57:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-05T13:57:26Z</dc:date>
    <item>
      <title>Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126028#M6772</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;hi all&lt;BR /&gt;I have problem with API_Elem_Head.FloorInd data.&lt;BR /&gt;&lt;BR /&gt;when i insert new story to plan between existings, my object's FloorInd's changed, but door/windows have wrong FloorInd!! Why this can be?&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;when i create new Door in room on this new Story, it have wrong FloorInd !&lt;BR /&gt;&lt;BR /&gt;but in Plan (connected throw ODBC driver), it have correct Story element assigned to this Door&lt;BR /&gt;&lt;BR /&gt;API: 12.2156&lt;BR /&gt;&lt;BR /&gt;this really huge problem for our product, please, really need help&lt;BR /&gt;how I can get correct FloorInd, where mistake?&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 11:38:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126028#M6772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T11:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126029#M6773</link>
      <description>Anyone had same problem or maybe know solution.. or it's really GS bug?</description>
      <pubDate>Thu, 29 Oct 2009 08:49:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126029#M6773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-29T08:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126030#M6774</link>
      <description>no1 answered.. &lt;BR /&gt;
&lt;BR /&gt;
owner Wall have correct story level, so we use it instead of element story index (for doors and windows)&lt;BR /&gt;
&lt;BR /&gt;
no help, but thx for all for reading and mb thinking about this problem&lt;BR /&gt;
&lt;BR /&gt;
p.s. seems it bug (</description>
      <pubDate>Fri, 30 Oct 2009 12:00:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126030#M6774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-30T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126031#M6775</link>
      <description>Very few Users are programmers.&lt;BR /&gt;
If you get no answer here, you should then report it to your local reseller.</description>
      <pubDate>Fri, 30 Oct 2009 14:03:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126031#M6775</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2009-10-30T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126032#M6776</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
	I am thinking this is because, we may have multi level windows and doors.&lt;BR /&gt;
&lt;BR /&gt;
For Example if you inserted multi level window (1) in floor_0 and its height is more than the story height then it will be extended in floor_1 also. If you inserted multi level window (2) in floor_1 and its lower is (-ve) value then it will be extended in floor_0 also.&lt;BR /&gt;
&lt;BR /&gt;
So in our organization we are working with story heights (example: If the floor_0 = 2600 high, floor_1 = 2400 high and joist = 300 mm high then &lt;BR /&gt;
door.lower &amp;lt; 2600 then it is inserted in floor_0,&lt;BR /&gt;
door.lower &amp;gt; 2600 then it is inserted in floor_1 and&lt;BR /&gt;
door.lower &amp;lt; 2600 and door.lower+door.height &amp;gt;2600 then it is inserted in floor_0 and is multilevel winow) or owner floor in order to find the floorind of Door and window elements.&lt;BR /&gt;
&lt;BR /&gt;
Ranga</description>
      <pubDate>Tue, 03 Nov 2009 08:16:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126032#M6776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-03T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Really big problem with FloorInd</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126033#M6777</link>
      <description>Hi, Ranga Rao&lt;BR /&gt;
and in our case, windows/doors located exactly on 1 floor&lt;BR /&gt;
&lt;BR /&gt;
thx for answer&lt;BR /&gt;
we use owner(Wall) floorInd from now (and it's seems correct in all cases)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
in our solution with height there are may be some troubles, when story's height = 0....&lt;BR /&gt;
eah.. it's seem's like mistake, but our costumers have such plans  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 13:57:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Really-big-problem-with-FloorInd/m-p/126033#M6777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T13:57:26Z</dc:date>
    </item>
  </channel>
</rss>

