Rectangle issue

Rectangle issue

danesamaga2
Observer Observer
570 Views
12 Replies
Message 1 of 13

Rectangle issue

danesamaga2
Observer
Observer

(view in My Videos)

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

0 Likes
Accepted solutions (1)
571 Views
12 Replies
Replies (12)
Message 2 of 13

imadHabash
Mentor
Mentor

Hi,

@danesamaga2 

Grab the middle grip NOT those at the corners.

 

gr.gif

Imad Habash

EESignature

Message 3 of 13

danesamaga2
Observer
Observer

but i always grab the corner, This had not happened before

0 Likes
Message 4 of 13

imadHabash
Mentor
Mentor

>>  when i tabbing it can show box for x axis and y axis.

you may need to turn ON dynamic input (F12)

>> but i always grab the corner

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 active geometric constraints in your CAD object.

Imad Habash

EESignature

0 Likes
Message 5 of 13

danesamaga2
Observer
Observer

(view in My Videos)

Screenshot 2026-05-27 231043.png

 yes im using rec, and this picture, this is what it looks like when you stretching corner

0 Likes
Message 6 of 13

imadHabash
Mentor
Mentor

The way shown in your video is the standard and normal way for grips in the program.

Imad Habash

EESignature

Message 7 of 13

pendean
Community Legend
Community Legend

@danesamaga2 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 .

 

Again, there are no RECTABLE object types in AutoCAD, all you are drawing with RECT command are closed Pline shapes.

 

To achieve what you desire, you need your shape to be inside a block then use SCALE command perhaps.

 

 

0 Likes
Message 8 of 13

jreidKVSUZ
Collaborator
Collaborator

I am not sure, but I just did the same that Dane showed in his video and it worked great.

I used REC and had F8 on, then turned F8 off and it stretched just fine.

Not sure what the difference between what he is trying and what I did.

 

Thanks, JRR!

 

(view in My Videos)

0 Likes
Message 9 of 13

jreidKVSUZ
Collaborator
Collaborator

Re-watching the video, are you picking the 2nd point? 

It looks like you pick the grip, then just roll around and not 'picking' the 2nd point???

 

Just a thought.

 

Thanks, JRR!

0 Likes
Message 10 of 13

Kent1Cooper
Consultant
Consultant
Accepted solution

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 remaining rectangular the whole time, with the varying edges remaining orthogonal?  In other words, sliding the positions of edges that remain orthogonal, but by dragging one shared end of two edges together, rather than the midpoint of each separately?

I agree that basic AutoCAD has never worked that way.  [Within a RECTANG command it works that way, but not in grip-editing.]  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.

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 & Y directions.  But a Block could be worked that way somehow, changing the X & Y scale factors separately.

* Certainly a custom AutoLisp routine could be made to do what I think you want.  It would probably work by automating a process such as this [not the only way]:

User selects the rectangle.

Routine checks that it is, in fact, a rectangle, and orthogonally oriented.  If so:

User selects the corner to drag.

Routine finds the opposite corner.

Routine starts a RECTANG command at that corner, and lets User drag the opposite corner to draw the object.

Routine copies all Properties from the original to the new rectangle [Layer, color, linetype, etc.].

Routine deletes original rectangle.

Would something like that work for you?

[It could also be done using (grread)/(grdraw)/(grvecs), 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.]

Other questions arise, such as:

Would your source rectangles ever be at non-orthogonal angles?  [That could probably be accommodated, but would be more complicated.]

Would varying Polyline widths ever be involved?  [Global width wouldn't be too hard, but varying would be a challenge.]

Kent Cooper, AIA
0 Likes
Message 11 of 13

TheCADnoob
Mentor
Mentor

Is there a chance that you were using BOX instead of RECATNGLE?

 

CADnoob rectangle vs box.gif

CADnoob

EESignature

Message 12 of 13

jreidKVSUZ
Collaborator
Collaborator

I am not sure, but clearly you can see he picked the REC icon.

There are only two options in that icon and that is rectangle and polygon.

He drew a rectangle.

 

Thanks, JRR!

 

REC-2.jpg

0 Likes
Message 13 of 13

pendean
Community Legend
Community Legend

@jreidKVSUZ wrote:

I am not sure, but clearly you can see he picked the REC icon....


Exactly, and it is not behaving they way they are expecting because that's never been the case. @TheCADnoob 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 🙂