<?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: Changing drawing bounds doesn’t work in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250207#M3054</link>
    <description>What happens when you change the ratio? If the bounding box doesn't change, does that mean the drawing is cropped when it expands or sits far within the bounding box when it contracts?&lt;BR /&gt;
&lt;BR /&gt;
If so, there is a flag (isCutWithFrame) to indicate the drawing is cropped to the bounds – unsetting that might make the bounds automatically adjust. Alternatively, you might need to specify the bounds by defining the bounding polygon (poly + polygon memo).</description>
    <pubDate>Thu, 22 Aug 2019 13:20:03 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2019-08-22T13:20:03Z</dc:date>
    <item>
      <title>Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250204#M3051</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I am trying to change drawing bounds (element.drawing.bounds), but it doesn’t change. I am able to change other things in the drawing but not the bounds..&lt;BR /&gt;Thanks in advance.&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:24:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250204#M3051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T14:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250205#M3052</link>
      <description>Does changing the scaling ratio work?</description>
      <pubDate>Thu, 22 Aug 2019 08:33:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250205#M3052</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-08-22T08:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250206#M3053</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
Does changing the scaling ratio work?
&lt;/BLOCKQUOTE&gt;

Drawingscale and parentoriginalscale are both output only.&lt;BR /&gt;
Ratio works but changing only the drawing size and not bounds of the drawing - so I have to update / change bounds myself.</description>
      <pubDate>Thu, 22 Aug 2019 12:22:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250206#M3053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-22T12:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250207#M3054</link>
      <description>What happens when you change the ratio? If the bounding box doesn't change, does that mean the drawing is cropped when it expands or sits far within the bounding box when it contracts?&lt;BR /&gt;
&lt;BR /&gt;
If so, there is a flag (isCutWithFrame) to indicate the drawing is cropped to the bounds – unsetting that might make the bounds automatically adjust. Alternatively, you might need to specify the bounds by defining the bounding polygon (poly + polygon memo).</description>
      <pubDate>Thu, 22 Aug 2019 13:20:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250207#M3054</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-08-22T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250208#M3055</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;
What happens when you change the ratio? If the bounding box doesn't change, does that mean the drawing is cropped when it expands or sits far within the bounding box when it contracts?&lt;BR /&gt;
&lt;BR /&gt;
If so, there is a flag (isCutWithFrame) to indicate the drawing is cropped to the bounds – unsetting that might make the bounds automatically adjust. Alternatively, you might need to specify the bounds by defining the bounding polygon (poly + polygon memo).
&lt;/BLOCKQUOTE&gt;

First question - yes&lt;BR /&gt;
&lt;BR /&gt;
Changing ratio only works when first setting iscutwithframe as true and then false (doing ACAPI element change twice, first time with iscutwithframe=true and then iscutwithframe=false)</description>
      <pubDate>Thu, 22 Aug 2019 13:32:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250208#M3055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-22T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250209#M3056</link>
      <description>&lt;BLOCKQUOTE&gt;smithclarkson01 wrote:&lt;BR /&gt;
Does changing the scaling ratio work?&lt;BR /&gt;
&lt;BR /&gt;
it doesn't &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_neutral.gif" style="display : inline;" /&gt; &lt;FONT size="50"&gt;&lt;FONT color="#FFFFFF"&gt;
&lt;/FONT&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;COLOR color="#FFFFFF"&gt;&lt;BR /&gt;
&lt;BR /&gt;
Yep. Anyone knows how to do that please?&lt;/COLOR&gt;</description>
      <pubDate>Wed, 28 Aug 2019 13:33:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250209#M3056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-28T13:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250210#M3057</link>
      <description>Does anyone have an idea? My goal is to do the “update” action of layouts/drawings by code, or to change drawing bounds.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 07 Oct 2019 21:52:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250210#M3057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-07T21:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250211#M3058</link>
      <description>I was also unable to change element.drawing.bounds. It just didn’t change..</description>
      <pubDate>Thu, 24 Oct 2019 11:53:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250211#M3058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-24T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing drawing bounds doesn’t work</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250212#M3059</link>
      <description>&lt;BLOCKQUOTE&gt;Tomer1 wrote:&lt;BR /&gt;
Does anyone have an idea? My goal is to do the “update” action of layouts/drawings by code, or to change drawing bounds.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;
&lt;/BLOCKQUOTE&gt;

So I found the ApiDB_CheckDrawingStatuisID. Is there a function that’s actually changing the status (updating the drawing instead of just checking if it’s updated)?</description>
      <pubDate>Tue, 05 Nov 2019 10:09:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Changing-drawing-bounds-doesn-t-work/m-p/250212#M3059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-05T10:09:54Z</dc:date>
    </item>
  </channel>
</rss>

