<?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: Nord direction in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22714#M7002</link>
    <description>thanks, yes it works.&lt;BR /&gt;
Another question.&lt;BR /&gt;
I developed a cost extimation plugin (&lt;A href="http://www.analistgroup.it/ArchiCad/index.asp" target="_blank"&gt;http://www.analistgroup.it/ArchiCad/index.asp&lt;/A&gt;) for ArchiCAD.&lt;BR /&gt;
The problem is that I want to insert some control into the property panel.&lt;BR /&gt;
I tried the example (Panel_Test) but It seems doesn't works.&lt;BR /&gt;
Any suggestion?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Gerry</description>
    <pubDate>Tue, 07 Feb 2006 12:32:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-02-07T12:32:25Z</dc:date>
    <item>
      <title>Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22711#M6999</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;How to maketo insert nord direction in Archicad project?&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:29:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22711#M6999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22712#M7000</link>
      <description>Not sure I understand the context of the question.&lt;BR /&gt;
&lt;BR /&gt;
If you are asking as an ArchiCAD user, you set the north direction in the Sun Settings dialog.&lt;BR /&gt;
&lt;BR /&gt;
But, you are asking this on the developer forum, so are you asking how to do this from within a custom add-on?&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 06 Feb 2006 19:41:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22712#M7000</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2006-02-06T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22713#M7001</link>
      <description>To set the noth direction in an apx use:&lt;BR /&gt;
&lt;BR /&gt;
API_PlaceInfo placeInfo;&lt;BR /&gt;
memset(&amp;amp;placeInfo, 0, sizeof(API_PlaceInfo));&lt;BR /&gt;
ACAPI_Enviroment(APIEnv_GetPlaceSetsID, placeInfo, NULL)&lt;BR /&gt;
placeInfo.north = direction;&lt;BR /&gt;
ACAPI_Enviroment(APIEnv_ChangePlaceSetsID, placeInfo, NULL)</description>
      <pubDate>Tue, 07 Feb 2006 00:46:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22713#M7001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-07T00:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22714#M7002</link>
      <description>thanks, yes it works.&lt;BR /&gt;
Another question.&lt;BR /&gt;
I developed a cost extimation plugin (&lt;A href="http://www.analistgroup.it/ArchiCad/index.asp" target="_blank"&gt;http://www.analistgroup.it/ArchiCad/index.asp&lt;/A&gt;) for ArchiCAD.&lt;BR /&gt;
The problem is that I want to insert some control into the property panel.&lt;BR /&gt;
I tried the example (Panel_Test) but It seems doesn't works.&lt;BR /&gt;
Any suggestion?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Gerry</description>
      <pubDate>Tue, 07 Feb 2006 12:32:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22714#M7002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-07T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22715#M7003</link>
      <description>this example compiles fine and works fine for me.&lt;BR /&gt;
&lt;BR /&gt;
what exactly is the problem? does it compile? wha does add-on manager say?&lt;BR /&gt;
&lt;BR /&gt;
btw. thanks, I never really looked at that example myself till now - it will be really usefull to be able to do that</description>
      <pubDate>Wed, 08 Feb 2006 00:27:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22715#M7003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T00:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22716#M7004</link>
      <description>I using an demo version o ArchiCAD9.&lt;BR /&gt;
The example compile fine. &lt;BR /&gt;
ArchiCad load add-ons, but in the wall Setting dialog not compare&lt;BR /&gt;
additional Rolldown Panel.&lt;BR /&gt;
&lt;BR /&gt;
bye gerry</description>
      <pubDate>Wed, 08 Feb 2006 08:55:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22716#M7004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22717#M7005</link>
      <description>Ok, is work fine . &lt;BR /&gt;
 I have  add the add-on's panel to the element settings dialog through the Work Environment dialog.</description>
      <pubDate>Wed, 08 Feb 2006 09:11:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22717#M7005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nord direction</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22718#M7006</link>
      <description>I can retrive the superfice of an WallPart ????</description>
      <pubDate>Wed, 08 Feb 2006 18:52:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Nord-direction/m-p/22718#M7006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T18:52:30Z</dc:date>
    </item>
  </channel>
</rss>

