<?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: &amp;quot;ResizeContour&amp;quot; does not work as expected in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252259#M130</link>
    <description>No solution, GS?  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
    <pubDate>Wed, 31 Mar 2021 22:33:34 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2021-03-31T22:33:34Z</dc:date>
    <item>
      <title>"ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252257#M128</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;If you use the "ResizeContour" operation of the PolygonOperations-Addon I would expect that the resulting polygon is offsetted in all directions.&lt;BR /&gt;
But clearly something terrible has happened here:&lt;BR /&gt;
&lt;BR /&gt;



&lt;BR /&gt;
You see, the "start" point of the closed (!) polygon was not taken into account in the right manner. Now I have this corner chamfered away, gone for good.&lt;BR /&gt;
The expected behaviour should be of course a new rectangle....&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:52:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252257#M128</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-03-17T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: "ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252258#M129</link>
      <description>Reminds me of when you try to offset a polygon that is not closed in AutoCAD... Is there a way to ensure that the input polygon is closed?</description>
      <pubDate>Thu, 18 Mar 2021 01:34:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252258#M129</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2021-03-18T01:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: "ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252259#M130</link>
      <description>No solution, GS?  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 31 Mar 2021 22:33:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252259#M130</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-03-31T22:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: "ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252260#M131</link>
      <description>Hi, can You share Your object placed in a .pla file? No other way I can comment this problem. Polygon operations usually work fine. Maybe there is something wrong with the initial data. I have found some bugs in the add-on and example objects.</description>
      <pubDate>Sat, 03 Apr 2021 19:31:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252260#M131</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2021-04-03T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: "ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252261#M132</link>
      <description>Hi runxel,&lt;BR /&gt;
&lt;BR /&gt;
the problem is probably that when working with dicts, PolyOperations "ResizeContour" expects a polygon whose last point is not the same as the first.&lt;BR /&gt;
&lt;BR /&gt;
Dict polygons always have to be closed, polylines can be open or closed. A closed polyline/polygon means the last point is not the same as the first (think of it as auto-closed). An open polyline has one more vertices than edges.</description>
      <pubDate>Fri, 09 Apr 2021 14:07:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252261#M132</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2021-04-09T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: "ResizeContour" does not work as expected</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252262#M133</link>
      <description>&lt;BLOCKQUOTE&gt;Peter wrote:&lt;BR /&gt;
the problem is probably that when working with dicts, PolyOperations "ResizeContour" expects a polygon whose last point is not the same as the first.&lt;BR /&gt;
&lt;BR /&gt;
Dict polygons always have to be closed, polylines can be open or closed. &lt;B&gt;&lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/B&gt;&lt;/S&gt;A closed polyline/polygon means the last point is not the same as the first (think of it as auto-closed)&lt;E&gt;&lt;/E&gt;. An open polyline has one more vertices than edges.
&lt;/BLOCKQUOTE&gt;

Thank you Péter! That is exactly the right hint.&lt;BR /&gt;
What I did was to insert a final new point which is coincident with the first point. When doing that the result will look like in my picture above.&lt;BR /&gt;
Would be great if this info of auto-closing polygons could be a bit more prominent in the manual.&lt;BR /&gt;
It was also quite unclear for me why there is a distinction made between polygons and polylines in the first place.</description>
      <pubDate>Fri, 14 May 2021 19:35:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/quot-ResizeContour-quot-does-not-work-as-expected/m-p/252262#M133</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-05-14T19:35:12Z</dc:date>
    </item>
  </channel>
</rss>

