<?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: What takes up more computing resources, lines or arcs? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11446690#M50292</link>
    <description>&lt;P&gt;Graphics resolution can be measured by how many lines are used to represent a given curve. The way I understand it is that a computer cannot "draw" a true curve. Maybe it's a limitation of computer power or just the way current graphics work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Geometrically, an arc or a circle is quite easy. Other kinds of curves become quite complex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I think the answer to your question is it's a matter of your point of view.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 21:56:39 GMT</pubDate>
    <dc:creator>RobDraw</dc:creator>
    <dc:date>2022-09-26T21:56:39Z</dc:date>
    <item>
      <title>AutoCAD - What takes up more computing resources, lines or arcs?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11446465#M50291</link>
      <description>&lt;P&gt;I've noticed that most blocks imported from PDF's are actually a mass of short lines all linked up to create curves. It seems to me that this would take more processing power and memory than an arc. What is the resource tradeoff between a line and an arc in terms of AutoCAD's calculations? I'm curious if there is a point at which multiple lines take more memory or processing power than a single curve. My intuition tells me that there probably are, although it might be negligible.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paulriebeKGF5E_0-1664220726390.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1120712iD9385510401D36DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paulriebeKGF5E_0-1664220726390.png" alt="paulriebeKGF5E_0-1664220726390.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paulriebeKGF5E_1-1664220776916.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1120713i66AE4B18F616118F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paulriebeKGF5E_1-1664220776916.png" alt="paulriebeKGF5E_1-1664220776916.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FFCC00"&gt;[ The subject line of this post has been edited to include the product name by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12851358"&gt;@handjonathan&lt;/a&gt; ]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 15:57:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11446465#M50291</guid>
      <dc:creator>paul.riebeKGF5E</dc:creator>
      <dc:date>2022-09-29T15:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: What takes up more computing resources, lines or arcs?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11446690#M50292</link>
      <description>&lt;P&gt;Graphics resolution can be measured by how many lines are used to represent a given curve. The way I understand it is that a computer cannot "draw" a true curve. Maybe it's a limitation of computer power or just the way current graphics work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Geometrically, an arc or a circle is quite easy. Other kinds of curves become quite complex.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I think the answer to your question is it's a matter of your point of view.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 21:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11446690#M50292</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2022-09-26T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: What takes up more computing resources, lines or arcs?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11447758#M50293</link>
      <description>&lt;P&gt;A set of Lines making up an approximation of an arc definitely consumes more memory than an Arc.&amp;nbsp; There are elements that are stored in common for &lt;EM&gt;all&lt;/EM&gt; object types [Layer, etc.].&amp;nbsp; Beyond those, the difference would be in how much information needs to be stored for a given object.&amp;nbsp; Each Line requires just two point-list entries, for its ends.&amp;nbsp; An Arc requires a center point, a radius, and a starting and ending angle.&amp;nbsp; That's four entries for an Arc, compared to two for a Line, but each of those for the Line involves &lt;EM&gt;four&lt;/EM&gt; numbers, whereas for the Arc, only one does, and the rest are only&amp;nbsp;&lt;EM&gt;two&lt;/EM&gt; numbers each.&amp;nbsp; So it may be that &lt;EM&gt;two&lt;/EM&gt; Lines take less memory than one Arc, but certainly with more than that, the Lines take more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lines [and Arcs] joined into lightweight Polylines with more than just two or three segments take less than the independent pieces, because those common things [Layer, etc.] need to be stored only &lt;EM&gt;once&lt;/EM&gt;, not separately for each piece.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, in your image, there are not many stretches of short Lines that would look right as Arcs -- it's a compromise between fidelity to a shape and memory consumption, if that's even really a concern these days.&amp;nbsp; But if you haven't already, at least connect them into Polylines as much as you can.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:45:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11447758#M50293</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-09-27T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: What takes up more computing resources, lines or arcs?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11448365#M50294</link>
      <description>&lt;P&gt;Kent,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much! That pretty much confirms what I was thinking. Thank you very much, that makes a lot of sense. I appreciate the advice about polylines.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 17:45:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-what-takes-up-more-computing-resources-lines-or-arcs/m-p/11448365#M50294</guid>
      <dc:creator>paul.riebeKGF5E</dc:creator>
      <dc:date>2022-09-27T17:45:53Z</dc:date>
    </item>
  </channel>
</rss>

