<?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: Offset curve exception in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5733447#M39286</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your information circle radius is 2.0, but offset value is -2.5, How it possiable to offset inside of the source circle, can you try in AutoCAD it will shows error "Cannot offset that object"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Command: circle&lt;BR /&gt;Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:&lt;BR /&gt;Specify radius of circle or [Diameter]: 2&lt;/P&gt;&lt;P&gt;Command: offset&lt;/P&gt;&lt;P&gt;Current settings: Erase source=No Layer=Source OFFSETGAPTYPE=0&lt;BR /&gt;Specify offset distance or [Through/Erase/Layer] &amp;lt;Through&amp;gt;: 2.5&lt;/P&gt;&lt;P&gt;Select object to offset or [Exit/Undo] &amp;lt;Exit&amp;gt;:&lt;BR /&gt;Specify point on side to offset or [Exit/Multiple/Undo] &amp;lt;Exit&amp;gt;:&lt;BR /&gt;Cannot offset that object.&lt;BR /&gt;Select object to offset or [Exit/Undo] &amp;lt;Exit&amp;gt;: *Cancel*&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Malli.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 12:52:37 GMT</pubDate>
    <dc:creator>nagamalliv</dc:creator>
    <dc:date>2015-07-22T12:52:37Z</dc:date>
    <item>
      <title>Offset curve exception</title>
      <link>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5726220#M39285</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to AutoCAD.NET guide, Curve.GetOffsetCurves will offset inside in case of negative values. Now I did the following test:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Draw circle with radius = 2 units, and 2x2 square&lt;/LI&gt;&lt;LI&gt;Try to offset inside with distance = 2.5 as follows: var offsetObj = Curve.GetOffsetCurves(-2.5)&lt;/LI&gt;&lt;LI&gt;This line has been silently skipped in case of the square (polyine) but raised an exception for the circle!!&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a bug in AutoCAD.NET or am I missing something here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2015 11:40:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5726220#M39285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-19T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Offset curve exception</title>
      <link>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5733447#M39286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your information circle radius is 2.0, but offset value is -2.5, How it possiable to offset inside of the source circle, can you try in AutoCAD it will shows error "Cannot offset that object"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Command: circle&lt;BR /&gt;Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:&lt;BR /&gt;Specify radius of circle or [Diameter]: 2&lt;/P&gt;&lt;P&gt;Command: offset&lt;/P&gt;&lt;P&gt;Current settings: Erase source=No Layer=Source OFFSETGAPTYPE=0&lt;BR /&gt;Specify offset distance or [Through/Erase/Layer] &amp;lt;Through&amp;gt;: 2.5&lt;/P&gt;&lt;P&gt;Select object to offset or [Exit/Undo] &amp;lt;Exit&amp;gt;:&lt;BR /&gt;Specify point on side to offset or [Exit/Multiple/Undo] &amp;lt;Exit&amp;gt;:&lt;BR /&gt;Cannot offset that object.&lt;BR /&gt;Select object to offset or [Exit/Undo] &amp;lt;Exit&amp;gt;: *Cancel*&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Malli.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:52:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5733447#M39286</guid>
      <dc:creator>nagamalliv</dc:creator>
      <dc:date>2015-07-22T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Offset curve exception</title>
      <link>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5737107#M39287</link>
      <description>&lt;P&gt;At least, polyline should raise the same exception instead of failing silencly&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 12:27:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5737107#M39287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T12:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Offset curve exception</title>
      <link>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5737249#M39288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please send your sample drawing with your C# code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:21:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/offset-curve-exception/m-p/5737249#M39288</guid>
      <dc:creator>nagamalliv</dc:creator>
      <dc:date>2015-07-23T13:21:24Z</dc:date>
    </item>
  </channel>
</rss>

