<?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: How to create assosiative dimensions in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331810#M1966</link>
    <description>&lt;P&gt;Hello Akos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;BR /&gt;I will try it.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 00:59:10 GMT</pubDate>
    <dc:creator>arad</dc:creator>
    <dc:date>2022-03-09T00:59:10Z</dc:date>
    <item>
      <title>How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331099#M1962</link>
      <description>&lt;P&gt;How can I create dimensions that interlock with walls, columns, etc.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at the following page, but the information seems to be outdated.&lt;/P&gt;&lt;P&gt;The structure and members seem to be different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/frequently-asked-questions?s=dimension#FAQ_3" target="_blank"&gt;https://archicadapi.graphisoft.com/documentation/frequently-asked-questions?s=dimension#FAQ_3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Dimensions/m-p/84474" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Dimensions/m-p/84474&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a sample code?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 00:38:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331099#M1962</guid>
      <dc:creator>arad</dc:creator>
      <dc:date>2022-02-27T00:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331680#M1963</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look at the &lt;CODE&gt;Do_CreateAssociativeDimensions()&lt;/CODE&gt; example code in Element_Basics.cpp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:50:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331680#M1963</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2022-03-07T15:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331717#M1964</link>
      <description>&lt;P&gt;Hello, Akos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;However, I cannot find Do_CreateAssociativeDimensions.&lt;BR /&gt;Do_CreateStaticDimension is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I looking at something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 00:16:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331717#M1964</guid>
      <dc:creator>arad</dc:creator>
      <dc:date>2022-03-08T00:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331788#M1965</link>
      <description>&lt;P&gt;Hello Arad,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh, maybe you have an older version of the DevKit. Let me enclose that part of the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:12:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331788#M1965</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2022-03-08T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331810#M1966</link>
      <description>&lt;P&gt;Hello Akos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;BR /&gt;I will try it.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 00:59:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/331810#M1966</guid>
      <dc:creator>arad</dc:creator>
      <dc:date>2022-03-09T00:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create assosiative dimensions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/335146#M1967</link>
      <description>&lt;P&gt;We are creating an associated dimension for the column and beam. Is it possible?&lt;BR /&gt;For me, neig.inIndex changes for line, wall and object, but column, beam.. does not change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i cat create associated dimension for line. but don't ... for column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.Graphisoft.com/t5/Developer-forum/Why-doesn-t-inIndex-change/m-p/334988#M9917" target="_blank" rel="noopener"&gt;Why doesn't inIndex change? - Graphisoft Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 05:35:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-create-assosiative-dimensions/m-p/335146#M1967</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-04-10T05:35:02Z</dc:date>
    </item>
  </channel>
</rss>

