<?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: Linetype generation for polylines in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406525#M51099</link>
    <description>&lt;P&gt;The &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-188B2DDA-6CD8-4D37-BF26-E6CF27C34C75" target="_blank" rel="noopener"&gt;RECTANG (Command)&lt;/A&gt;&amp;nbsp;doesn't change the value of&amp;nbsp;&lt;SPAN&gt;PLINEGEN&amp;nbsp;but does set the rectangle polyline linetype generation to disabled automatically. I assume to make it look better.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 15:55:27 GMT</pubDate>
    <dc:creator>TomBeauford</dc:creator>
    <dc:date>2022-09-07T15:55:27Z</dc:date>
    <item>
      <title>Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406456#M51097</link>
      <description>&lt;P&gt;Here's an odd little phenomenon that I find hard to understand.&amp;nbsp; With the variable PLINEGEN set to "1" (enabled), if I generate an ordinary polyline (any random shape comprised of pline segments) its linetype generation property is listed as "enabled".&amp;nbsp; But, after drawing a rectangle (a form of polyline, after all), its linetype generation property is listed as "disabled".&amp;nbsp; Anyone care to comment?&amp;nbsp; Whassup with this?&lt;/P&gt;&lt;P&gt;Thanks in advance, LC&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406456#M51097</guid>
      <dc:creator>lovecraft</dc:creator>
      <dc:date>2022-09-07T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406524#M51098</link>
      <description>&lt;P&gt;I imagine its a feature of how the command works. If you need it to be enabled you can change your rectangle command in the cui to change the property after the rectangle after its created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C_rectang;\\.pedit;L;L;on;;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:55:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406524#M51098</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2022-09-07T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406525#M51099</link>
      <description>&lt;P&gt;The &lt;A href="https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-188B2DDA-6CD8-4D37-BF26-E6CF27C34C75" target="_blank" rel="noopener"&gt;RECTANG (Command)&lt;/A&gt;&amp;nbsp;doesn't change the value of&amp;nbsp;&lt;SPAN&gt;PLINEGEN&amp;nbsp;but does set the rectangle polyline linetype generation to disabled automatically. I assume to make it look better.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:55:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406525#M51099</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2022-09-07T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406530#M51100</link>
      <description>RECTANG command is not PLINE command. But POLYGON command works the way you want.&lt;BR /&gt;As do any LISP that use PLINE command to draw rectangles.&lt;BR /&gt;&lt;BR /&gt;Odd, huh. Welcome to AutoCAD &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406530#M51100</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-09-07T15:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406545#M51101</link>
      <description>&lt;P&gt;It's a "feature" [flaw?] of the RECTANG command specifically, which also has another similar "feature" -- it does not honor the PLINEWID setting, either.&amp;nbsp; If you have a non-zero width set for Polylines, RECTANG ignores it and draws them with zero width.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 16:02:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406545#M51101</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-09-07T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406580#M51102</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;SPAN&gt;RECTANG command is not PLINE command.&amp;nbsp;&lt;/SPAN&gt;....&amp;nbsp; Odd, huh. Welcome to AutoCAD&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, it is odd, and unexpected for &lt;EM&gt;two&lt;/EM&gt; reasons.&amp;nbsp; The first is the OP's issue, that what it draws is a Polyline, so one might expect the result to be a Polyline in the same vein as one drawn by other means.&amp;nbsp; The second reason is that other commands that are also not PLINE, but that result in Polylines,&amp;nbsp;&lt;EM&gt;do&lt;/EM&gt; honor the PLINEGEN setting [POLYGON as you mentioned, REVCLOUD, DONUT, and SKETCH when the Type option is Polyline].&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 16:14:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11406580#M51102</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-09-07T16:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408958#M51103</link>
      <description>Thanks, Kent, for your input. Your overall knowledge is mighty impressive.</description>
      <pubDate>Thu, 08 Sep 2022 14:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408958#M51103</guid>
      <dc:creator>lovecraft</dc:creator>
      <dc:date>2022-09-08T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408960#M51104</link>
      <description>Thanks again, Dean. Like Kent Cooper, your knowledge of all things ACAD is impressive.</description>
      <pubDate>Thu, 08 Sep 2022 14:44:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408960#M51104</guid>
      <dc:creator>lovecraft</dc:creator>
      <dc:date>2022-09-08T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408961#M51105</link>
      <description>Thanks, CADnoob, for your input. Lots of useful info from all of you follow-up posters.</description>
      <pubDate>Thu, 08 Sep 2022 14:45:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408961#M51105</guid>
      <dc:creator>lovecraft</dc:creator>
      <dc:date>2022-09-08T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype generation for polylines</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408965#M51106</link>
      <description>Thanks for joining in this discussion. You and the other follow-up posters have given me food for thought.</description>
      <pubDate>Thu, 08 Sep 2022 14:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-generation-for-polylines/m-p/11408965#M51106</guid>
      <dc:creator>lovecraft</dc:creator>
      <dc:date>2022-09-08T14:46:45Z</dc:date>
    </item>
  </channel>
</rss>

