<?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 I can attach ACCESSORIES object to walls by my own add-on? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238436#M3781</link>
    <description>They could just use Cadimage Coverings – that's exactly what it does (also to roofs, slabs and columns). Or is there a broader objective?</description>
    <pubDate>Mon, 29 Jul 2019 08:11:40 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2019-07-29T08:11:40Z</dc:date>
    <item>
      <title>How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238432#M3777</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;The customer requires that the objects were hung on the walls entirely on the whole floor or selectively according to a given condition.&lt;BR /&gt;And when moving walls or openings, that objects must correctly rebuilt their contents.&lt;BR /&gt;The element based on the ACCESSORY object is best suited for this.&lt;BR /&gt;But you can hang it on the wall only through the menu "Wall accessories" and only by clicking the mouse.&lt;BR /&gt;How I can you assign an ACCESSORY object to the walls using your own add-on?&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:29:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238432#M3777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T14:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238433#M3778</link>
      <description>To understand your objective just a little better, what are the given conditions that determine where the objects/elements are to be located on the walls?  Some distance from the end, centered between openings...?</description>
      <pubDate>Sat, 27 Jul 2019 19:24:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238433#M3778</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2019-07-27T19:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238434#M3779</link>
      <description>Steve - This question is in the API developer forum... so I believe the questioner is asking how to create the live associate link in code...</description>
      <pubDate>Sat, 27 Jul 2019 19:53:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238434#M3779</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2019-07-27T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238435#M3780</link>
      <description>Yes.  But it could still be important to know what the given conditions are.  I assume that the first step in making an Add-on is to model a examples of the intended results.  Then sort of reverse engineer the code to generate them.</description>
      <pubDate>Sat, 27 Jul 2019 23:12:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238435#M3780</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2019-07-27T23:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238436#M3781</link>
      <description>They could just use Cadimage Coverings – that's exactly what it does (also to roofs, slabs and columns). Or is there a broader objective?</description>
      <pubDate>Mon, 29 Jul 2019 08:11:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/238436#M3781</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-07-29T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How I can attach ACCESSORIES object to walls by my own add-on?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/351854#M3782</link>
      <description>&lt;P&gt;I was also trying to attach an accessory to a wall. The first thing that I did was set the API_Element::object::owner to the wall guid. But it did not attach to the wall and the API_Element::object::owner becomes APINullGuid after the creation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What info do I need so that the accessory will attach to wall?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;EDIT: Also is there a way to automate adding Wall Accessory? I am thinking of a function that will accept: (a) the guid of the parent wall; (b) the libpart index of the wall accessory; and, (c) the side of the wall (inside/outside) to which the wall accessory will attach to. Simply put, its like (a) selecting the wall; (b) clicking on [Design] &amp;gt; [Design Extras] &amp;gt; [Accessories] &amp;gt; [Wall Accessories...] then selecting the libpart; and finally, selecting side (&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sideview eye SS.png" style="width: 16px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/28632i883A47AB7A875FCB/image-size/small?v=v2&amp;amp;px=200" role="button" title="sideview eye SS.png" alt="sideview eye SS.png" /&gt;&lt;/span&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 02:02:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-I-can-attach-ACCESSORIES-object-to-walls-by-my-own-add-on/m-p/351854#M3782</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2022-08-04T02:02:37Z</dc:date>
    </item>
  </channel>
</rss>

