<?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: Creating window with fixed width and height in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233358#M3341</link>
    <description>This is probably best done in the GDL script, i.e. locking those parameters.</description>
    <pubDate>Thu, 02 Apr 2020 18:31:53 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2020-04-02T18:31:53Z</dc:date>
    <item>
      <title>Creating window with fixed width and height</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233357#M3340</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I create a library part of a window and put it into a wall by creating an element of it referencing the libary part index, setting width and height and calling ACAPI_Element_Create:&lt;BR /&gt;
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;API_Element element;
...
element.window.openingBase.libInd = libPart.index;
element.window.openingBase.width = 1.230;
element.window.openingBase.height = 1.480;
...
ACAPI_Element_Create(&amp;amp;element, &amp;amp;memo);
&lt;/PRE&gt;
&lt;BR /&gt;The height and width of the resulting window element can be changed by dragging or by entering new value via the UI. &lt;BR /&gt;But I want the height and width of the window to be fixed. How is this possible?&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:35:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233357#M3340</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2021-09-15T10:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating window with fixed width and height</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233358#M3341</link>
      <description>This is probably best done in the GDL script, i.e. locking those parameters.</description>
      <pubDate>Thu, 02 Apr 2020 18:31:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233358#M3341</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-02T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating window with fixed width and height</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233359#M3342</link>
      <description>That works, thanks!</description>
      <pubDate>Sun, 19 Apr 2020 12:48:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Creating-window-with-fixed-width-and-height/m-p/233359#M3342</guid>
      <dc:creator>Martin Walter</dc:creator>
      <dc:date>2020-04-19T12:48:51Z</dc:date>
    </item>
  </channel>
</rss>

