<?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: Ellipse hole in POLY2 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232134#M5566</link>
    <description>I don't think that it is possible to get a smooth curve, because an ellipse is not a spline; I think you must use segmented poly-lines, where the points are positioned near enough to each other, that you cannot see the segmentation.&lt;BR /&gt;
Isn't a circular POLY made with 4001 Mask-Value a segmented polyline as well?</description>
    <pubDate>Sun, 24 Sep 2017 14:01:42 GMT</pubDate>
    <dc:creator>Jochen Suehlo</dc:creator>
    <dc:date>2017-09-24T14:01:42Z</dc:date>
    <item>
      <title>Ellipse hole in POLY2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232133#M5565</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anyone know how to create an ellipse hole in a POLY2 shape?  I can create an ellipse by itself, and I can create a circular hole in a POLY2...but I can't figure out a way to do both smoothly.&lt;BR /&gt;
&lt;BR /&gt;
I know how to run a loop command to create a series of lines that emulate an ellipse, but this is a series of lines, not a smooth ellipse.&lt;BR /&gt;
&lt;BR /&gt;
I think I know the answer, but you never know...&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Sep 2017 03:41:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232133#M5565</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2017-09-24T03:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ellipse hole in POLY2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232134#M5566</link>
      <description>I don't think that it is possible to get a smooth curve, because an ellipse is not a spline; I think you must use segmented poly-lines, where the points are positioned near enough to each other, that you cannot see the segmentation.&lt;BR /&gt;
Isn't a circular POLY made with 4001 Mask-Value a segmented polyline as well?</description>
      <pubDate>Sun, 24 Sep 2017 14:01:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232134#M5566</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2017-09-24T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ellipse hole in POLY2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232135#M5567</link>
      <description>I don't know if a POLY2 with a 4000 mask is a series of lines or not...but I can't tell either on the screen or in a print out...and I don't have to define any RESOL to achieve this.&lt;BR /&gt;
&lt;BR /&gt;
Never mind, with a step angle of 2°, and the below code, I've achieved the results I want.&lt;BR /&gt;

&lt;PRE&gt;FOR i = 0 TO 360 STEP 2
   PUT axis1/2*COS(i), axis2/2*SIN(i), 1
NEXT i &lt;/PRE&gt;

&lt;BR /&gt;
If I then use a HOTARC2, the user can snap to this ellipse as well, completing the illusion.</description>
      <pubDate>Sun, 24 Sep 2017 19:01:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232135#M5567</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2017-09-24T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ellipse hole in POLY2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232136#M5568</link>
      <description>Bruce,&lt;BR /&gt;
&lt;BR /&gt;
I would use exactly the same method as you did to achieve this. &lt;BR /&gt;
I think that 2-degree value may be a bit high (it is equivalent to a RESOL value of 180 (360/180 = 2). A 10-degree value would achieve the default RESOL value (36). &lt;BR /&gt;
Of course it depends on how large that ellipse is, so you may actually need that high resolution.</description>
      <pubDate>Thu, 28 Sep 2017 10:38:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232136#M5568</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2017-09-28T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ellipse hole in POLY2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232137#M5569</link>
      <description>Thanks Laszlo.  I agree that it is a high resolution, but given I'm trying to mimic a smooth (not faceted) curve, and the processor overhead for 2D would be quite low, I'm not too concerned about it.  I might revisit the appearance at a higher degree step, to see if it's acceptable at the desired output scale.</description>
      <pubDate>Thu, 28 Sep 2017 19:04:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Ellipse-hole-in-POLY2/m-p/232137#M5569</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2017-09-28T19:04:31Z</dc:date>
    </item>
  </channel>
</rss>

