<?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: Circle width in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522597#M37926</link>
    <description>Bryco,&lt;BR /&gt;
We are all learning more AutoCAD from your posts.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Fred Castillo</description>
    <pubDate>Thu, 05 Jan 2006 19:21:40 GMT</pubDate>
    <dc:creator>fxcastil</dc:creator>
    <dc:date>2006-01-05T19:21:40Z</dc:date>
    <item>
      <title>Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522595#M37924</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
When I draw a circle, I would like to draw it with a polyline.&lt;BR /&gt;
My objective is to be able to change the width of the line of the circle. Do you know what I mean ?&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Thu, 05 Jan 2006 13:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522595#M37924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-05T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522596#M37925</link>
      <description>Its all in the bulge&lt;BR /&gt;
Dim P As AcadLWPolyline&lt;BR /&gt;
Dim Pts(3) As Double&lt;BR /&gt;
Pts(0) = 0: Pts(1) = 0&lt;BR /&gt;
Pts(2) = 0: Pts(3) = 1&lt;BR /&gt;
Set P = ThisDrawing.ModelSpace.AddLightWeightPolyline(Pts)&lt;BR /&gt;
P.Closed = True&lt;BR /&gt;
P.SetBulge 0, 1&lt;BR /&gt;
P.SetBulge 1, 1&lt;BR /&gt;
P.ConstantWidth = 0.1</description>
      <pubDate>Thu, 05 Jan 2006 15:26:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522596#M37925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-05T15:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522597#M37926</link>
      <description>Bryco,&lt;BR /&gt;
We are all learning more AutoCAD from your posts.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Fred Castillo</description>
      <pubDate>Thu, 05 Jan 2006 19:21:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522597#M37926</guid>
      <dc:creator>fxcastil</dc:creator>
      <dc:date>2006-01-05T19:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522598#M37927</link>
      <description>Isn't that what the donut command is for?&lt;BR /&gt;
&lt;BR /&gt;
&lt;MFAUXOCK&gt; wrote in message news:5050939@discussion.autodesk.com...&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
When I draw a circle, I would like to draw it with a polyline.&lt;BR /&gt;
My objective is to be able to change the width of the line of the circle. Do &lt;BR /&gt;
you know what I mean ?&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;/MFAUXOCK&gt;</description>
      <pubDate>Thu, 05 Jan 2006 20:06:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522598#M37927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-05T20:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522599#M37928</link>
      <description>Yes, but this is a VBA forum</description>
      <pubDate>Thu, 05 Jan 2006 21:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522599#M37928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-05T21:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522600#M37929</link>
      <description>Can we control a Donut with VBA ?

Message was edited by: mfauxock</description>
      <pubDate>Fri, 06 Jan 2006 09:33:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522600#M37929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-06T09:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522601#M37930</link>
      <description>Yes we ca with .Addtorus !</description>
      <pubDate>Fri, 06 Jan 2006 09:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522601#M37930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-06T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522602#M37931</link>
      <description>Autocad VBA does not have such an object as Donut. In autocad a donut is created via polylines. &lt;BR /&gt;
&lt;BR /&gt;
AddTorus on the other hand is a 3D solid object. If you want to create a Donut via VBA then use Bryco’s code.&lt;BR /&gt;
&lt;BR /&gt;
-J</description>
      <pubDate>Fri, 06 Jan 2006 15:03:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522602#M37931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-06T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Circle width</title>
      <link>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522603#M37932</link>
      <description>yes you're right</description>
      <pubDate>Tue, 10 Jan 2006 08:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/circle-width/m-p/1522603#M37932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-01-10T08:42:05Z</dc:date>
    </item>
  </channel>
</rss>

