<?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: Rectangle issue in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144212#M364551</link>
    <description>&lt;P&gt;Am I correct that what you want to do is to pick a corner grip on a Polyline rectangle, and have the size and proportions of the rectangle adjust as you drag that corner grip around, but with the Polyline&amp;nbsp;&lt;U&gt;&lt;EM&gt;remaining rectangular&lt;/EM&gt;&lt;/U&gt; the whole time, with the varying edges &lt;U&gt;&lt;EM&gt;remaining orthogonal&lt;/EM&gt;&lt;/U&gt;?&amp;nbsp; In other words, sliding the positions of edges that remain orthogonal, but by dragging &lt;EM&gt;one shared end&lt;/EM&gt; of two edges together, rather than the midpoint of each separately?&lt;/P&gt;
&lt;P&gt;I agree that basic AutoCAD has never worked that way.&amp;nbsp; [&lt;EM&gt;Within a RECTANG command&lt;/EM&gt; it works that way, but not in grip-editing.]&amp;nbsp; I suspect you must have had a custom routine* going, or a dynamic Block, or it's a special feature of an overlay program, or something.&lt;/P&gt;
&lt;P&gt;Ordinary SCALE won't achieve what you show in your non-video image, because it would need to scale by different ratios in the X &amp;amp; Y directions.&amp;nbsp; But a Block could be worked that way somehow, changing the X &amp;amp; Y scale factors separately.&lt;/P&gt;
&lt;P&gt;* Certainly a custom AutoLisp routine could be made to do what I think you want.&amp;nbsp; It would probably work by automating a process such as this [not the only way]:&lt;/P&gt;
&lt;P&gt;User selects the rectangle.&lt;/P&gt;
&lt;P&gt;Routine checks that it is, in fact, a rectangle, and orthogonally oriented.&amp;nbsp; If so:&lt;/P&gt;
&lt;P&gt;User selects the corner to drag.&lt;/P&gt;
&lt;P&gt;Routine finds the opposite corner.&lt;/P&gt;
&lt;P&gt;Routine starts a RECTANG command at that corner, and lets User drag the opposite corner to draw the object.&lt;/P&gt;
&lt;P&gt;Routine copies all Properties from the original to the new rectangle [Layer, color, linetype, etc.].&lt;/P&gt;
&lt;P&gt;Routine deletes original rectangle.&lt;/P&gt;
&lt;P&gt;Would something like that work for you?&lt;/P&gt;
&lt;P&gt;[It could also be done using&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt; (grread)/(grdraw)/(grvecs)&lt;/STRONG&gt;&lt;/FONT&gt;, but doing it in an actual RECTANG command lets Object Snap operate if appropriate, and would allow for the type-in-Dimensions and other options.]&lt;/P&gt;
&lt;P&gt;Other questions arise, such as:&lt;/P&gt;
&lt;P&gt;Would your source rectangles ever be at non-orthogonal angles?&amp;nbsp; [That could probably be accommodated, but would be more complicated.]&lt;/P&gt;
&lt;P&gt;Would varying Polyline &lt;EM&gt;widths&lt;/EM&gt; ever be involved?&amp;nbsp; [Global width wouldn't be too hard, but varying would be a challenge.]&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2026 18:32:07 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2026-05-27T18:32:07Z</dc:date>
    <item>
      <title>Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143866#M364525</link>
      <description>&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6396756867112w960h540r548" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6396756867112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6396756867112w960h540r548');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6396756867112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;why my rectangle is like this when i stretch corner, this is not what its look like before when i stretch corner it always follow, and when i tabbing it can show box for x axis and y axis. please help&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 14:35:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143866#M364525</guid>
      <dc:creator>danesamaga2</dc:creator>
      <dc:date>2026-05-27T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143879#M364528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19112760"&gt;@danesamaga2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Grab the middle grip NOT those at the corners.&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="gr.gif" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1641999iF390A79BC0CF98D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="gr.gif" alt="gr.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 14:49:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143879#M364528</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2026-05-27T14:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143890#M364530</link>
      <description>&lt;P&gt;but i always grab the corner, This had not happened before&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 14:48:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143890#M364530</guid>
      <dc:creator>danesamaga2</dc:creator>
      <dc:date>2026-05-27T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143895#M364531</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;EM&gt;&amp;nbsp;when i tabbing it can show box for x axis and y axis.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;you may need to turn ON dynamic input (F12)&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#808080"&gt;&lt;EM&gt;but i always grab the corner&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333333"&gt;Are you sure that was a normal rectangle NOT a dynamic block?!! I'm afraid that you're talking about another CAD object BUT not rectangle. Also, if there are any &lt;U&gt;active&amp;nbsp;&lt;/U&gt;&lt;SPAN&gt;&lt;U&gt;geometric constraints&lt;/U&gt; in your CAD object.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 11:30:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143895#M364531</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2026-05-28T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143923#M364532</link>
      <description>&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6396757616112w960h540r111" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6396757616112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6396757616112w960h540r111');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6396757616112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-05-27 231043.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1642006i50F54FAC5239F835/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-05-27 231043.png" alt="Screenshot 2026-05-27 231043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; yes im using rec, and this picture, this is what it looks like when you stretching corner&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 15:11:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143923#M364532</guid>
      <dc:creator>danesamaga2</dc:creator>
      <dc:date>2026-05-27T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143947#M364534</link>
      <description>&lt;P&gt;The way shown in your video is the standard and normal way for grips in the program.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 15:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14143947#M364534</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2026-05-27T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144098#M364540</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/19112760"&gt;@danesamaga2&lt;/a&gt;&amp;nbsp;Stretching closed pline shapes by gripping one point has always done what you show in your two videos (there is no RECTANGLE objects types in AutoCAD). You probably used something else (add-on or custom object) in previous experiences and not closed plines. Your snapshot (no video) is not accurate .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, there are no RECTABLE object types in AutoCAD, all you are drawing with RECT command are closed Pline shapes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To achieve what you desire, you need your shape to be inside a block then use SCALE command perhaps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 16:28:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144098#M364540</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2026-05-27T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144138#M364542</link>
      <description>&lt;P&gt;I am not sure, but I just did the same that Dane showed in his video and it worked great.&lt;/P&gt;&lt;P&gt;I used REC and had F8 on, then turned F8 off and it stretched just fine.&lt;/P&gt;&lt;P&gt;Not sure what the difference between what he is trying and what I did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, JRR!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6396767312112w1008h540r499" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6396767312112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6396767312112w1008h540r499');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6396767312112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 16:52:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144138#M364542</guid>
      <dc:creator>jreidKVSUZ</dc:creator>
      <dc:date>2026-05-27T16:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144146#M364544</link>
      <description>&lt;P&gt;Re-watching the video, are you picking the 2nd point?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like you pick the grip, then just roll around and not 'picking' the 2nd point???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, JRR!&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 16:59:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144146#M364544</guid>
      <dc:creator>jreidKVSUZ</dc:creator>
      <dc:date>2026-05-27T16:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144212#M364551</link>
      <description>&lt;P&gt;Am I correct that what you want to do is to pick a corner grip on a Polyline rectangle, and have the size and proportions of the rectangle adjust as you drag that corner grip around, but with the Polyline&amp;nbsp;&lt;U&gt;&lt;EM&gt;remaining rectangular&lt;/EM&gt;&lt;/U&gt; the whole time, with the varying edges &lt;U&gt;&lt;EM&gt;remaining orthogonal&lt;/EM&gt;&lt;/U&gt;?&amp;nbsp; In other words, sliding the positions of edges that remain orthogonal, but by dragging &lt;EM&gt;one shared end&lt;/EM&gt; of two edges together, rather than the midpoint of each separately?&lt;/P&gt;
&lt;P&gt;I agree that basic AutoCAD has never worked that way.&amp;nbsp; [&lt;EM&gt;Within a RECTANG command&lt;/EM&gt; it works that way, but not in grip-editing.]&amp;nbsp; I suspect you must have had a custom routine* going, or a dynamic Block, or it's a special feature of an overlay program, or something.&lt;/P&gt;
&lt;P&gt;Ordinary SCALE won't achieve what you show in your non-video image, because it would need to scale by different ratios in the X &amp;amp; Y directions.&amp;nbsp; But a Block could be worked that way somehow, changing the X &amp;amp; Y scale factors separately.&lt;/P&gt;
&lt;P&gt;* Certainly a custom AutoLisp routine could be made to do what I think you want.&amp;nbsp; It would probably work by automating a process such as this [not the only way]:&lt;/P&gt;
&lt;P&gt;User selects the rectangle.&lt;/P&gt;
&lt;P&gt;Routine checks that it is, in fact, a rectangle, and orthogonally oriented.&amp;nbsp; If so:&lt;/P&gt;
&lt;P&gt;User selects the corner to drag.&lt;/P&gt;
&lt;P&gt;Routine finds the opposite corner.&lt;/P&gt;
&lt;P&gt;Routine starts a RECTANG command at that corner, and lets User drag the opposite corner to draw the object.&lt;/P&gt;
&lt;P&gt;Routine copies all Properties from the original to the new rectangle [Layer, color, linetype, etc.].&lt;/P&gt;
&lt;P&gt;Routine deletes original rectangle.&lt;/P&gt;
&lt;P&gt;Would something like that work for you?&lt;/P&gt;
&lt;P&gt;[It could also be done using&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt; (grread)/(grdraw)/(grvecs)&lt;/STRONG&gt;&lt;/FONT&gt;, but doing it in an actual RECTANG command lets Object Snap operate if appropriate, and would allow for the type-in-Dimensions and other options.]&lt;/P&gt;
&lt;P&gt;Other questions arise, such as:&lt;/P&gt;
&lt;P&gt;Would your source rectangles ever be at non-orthogonal angles?&amp;nbsp; [That could probably be accommodated, but would be more complicated.]&lt;/P&gt;
&lt;P&gt;Would varying Polyline &lt;EM&gt;widths&lt;/EM&gt; ever be involved?&amp;nbsp; [Global width wouldn't be too hard, but varying would be a challenge.]&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 18:32:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144212#M364551</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-27T18:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144283#M364552</link>
      <description>&lt;P&gt;Is there a chance that you were using BOX instead of RECATNGLE?&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="CADnoob rectangle vs box.gif" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1642087i1605A7C665BE57A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CADnoob rectangle vs box.gif" alt="CADnoob rectangle vs box.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 19:06:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144283#M364552</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2026-05-27T19:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144390#M364560</link>
      <description>&lt;P&gt;I am not sure, but clearly you can see he picked the REC icon.&lt;/P&gt;&lt;P&gt;There are only two options in that icon and that is rectangle and polygon.&lt;/P&gt;&lt;P&gt;He drew a rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, JRR!&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="REC-2.jpg" style="width: 295px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1642103i79B155CB74AB3D08/image-size/large?v=v2&amp;amp;px=999" role="button" title="REC-2.jpg" alt="REC-2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 20:40:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14144390#M364560</guid>
      <dc:creator>jreidKVSUZ</dc:creator>
      <dc:date>2026-05-27T20:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rectangle issue</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14145433#M364583</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14775931"&gt;@jreidKVSUZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I am not sure, but clearly you can see he picked the REC icon....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Exactly, and it is not behaving they way they are expecting because that's never been the case.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2871725"&gt;@TheCADnoob&lt;/a&gt;&amp;nbsp;was trying to help the OP out by guessing the behavior they remembered applied to a different object type. You're just re-affirming the OP got it wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 13:07:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/rectangle-issue/m-p/14145433#M364583</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2026-05-28T13:07:46Z</dc:date>
    </item>
  </channel>
</rss>

