<?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: SELECTING A TOOL FOR WINDOW INSERTION WITHOUT CHOOSING THE DIRECTION AND ORIENTATION in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250537#M2920</link>
    <description>Using ac_wido_flip_disable is a good start. This disables the flip button in the UI. 


But none of the parameters ac_wido_flip_once, ac_wido_flip_disable, ac_wido_mirror_once prevents from showing the arrows, when placing the window</description>
    <pubDate>Mon, 23 Aug 2021 13:43:19 GMT</pubDate>
    <dc:creator>Martin Walter</dc:creator>
    <dc:date>2021-08-23T13:43:19Z</dc:date>
    <item>
      <title>SELECTING A TOOL FOR WINDOW INSERTION WITHOUT CHOOSING THE DIRECTION AND ORIENTATION</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250535#M2918</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I'd like to use the insertion tool for inserting windows, but only for choosing the window centerpoint, the first part of the tool.&lt;BR /&gt;The second part for setting the direction and orientation must not be displayed, because the windows are not symmetrical.&lt;BR /&gt;&lt;BR /&gt;I tried all variation ID's but all do the same.&lt;BR /&gt;
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;API_ToolBoxItem tboxInfo;
BNZeroMemory(&amp;amp;tboxInfo, sizeof(API_ToolBoxItem));
tboxInfo.typeID = API_WindowID;
tboxInfo.variationID = APIVarId_Generic;
ACAPI_Environment(APIEnv_SetToolBoxModeID, &amp;amp;tboxInfo, nullptr);
&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 09:49:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250535#M2918</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2021-09-15T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING A TOOL FOR WINDOW INSERTION WITHOUT CHOOSING THE DIRECTION AND ORIENTATION</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250536#M2919</link>
      <description>I think you can block some of these functions in GDL object. There is a variables that need to be set as parameters:&lt;BR /&gt;
ac_wido_flip_once&lt;BR /&gt;
ac_wido_flip_disable&lt;BR /&gt;
ac_wido_mirror_once&lt;BR /&gt;
&lt;BR /&gt;
Check GDL manual. It in section Miscellaneous / Fix named optional parameters / Parameter read by ArchiCAD / Door/Window objects</description>
      <pubDate>Sun, 23 May 2021 01:15:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250536#M2919</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-05-23T01:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTING A TOOL FOR WINDOW INSERTION WITHOUT CHOOSING THE DIRECTION AND ORIENTATION</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250537#M2920</link>
      <description>Using ac_wido_flip_disable is a good start. This disables the flip button in the UI. 


But none of the parameters ac_wido_flip_once, ac_wido_flip_disable, ac_wido_mirror_once prevents from showing the arrows, when placing the window</description>
      <pubDate>Mon, 23 Aug 2021 13:43:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SELECTING-A-TOOL-FOR-WINDOW-INSERTION-WITHOUT-CHOOSING-THE/m-p/250537#M2920</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2021-08-23T13:43:19Z</dc:date>
    </item>
  </channel>
</rss>

