AutoCAD 2019 - How to Edit global width for rectangle command

AutoCAD 2019 - How to Edit global width for rectangle command

suratsm9
Explorer Explorer
3,463 Views
22 Replies
Message 1 of 23

AutoCAD 2019 - How to Edit global width for rectangle command

suratsm9
Explorer
Explorer

I'm unable edit my rectangle global width unless I go and change in the properties every single time. I have tried all the solution found to similar problem as mine. I kept FILL command off, done REGEN, but nothing worked and appears same when IWhatsApp Image 2022-11-12 at 12.32.21.jpg add a new rectangle.

 

[ The subject line of this post has been edited for clarity by @handjonathan Original: How to Edit global width for rectangle command ]

0 Likes
Accepted solutions (1)
3,464 Views
22 Replies
Replies (22)
Message 2 of 23

pendean
Community Legend
Community Legend
Global Width?
0 Likes
Message 3 of 23

user181
Mentor
Mentor

After starting the rectangle command look at the command line before you draw it and choose the option Width and set it there and then draw the rectangle 

EESignature


Message 4 of 23

paullimapa
Mentor
Mentor
Accepted solution

@suratsm9 wrote:

I'm unable edit my rectangle global widnth unless I go and change in the properties every single time. I have tried all the solution found to similar problem as mine. I kept FILL command off, done REGEN, but nothing worked and appears same when IWhatsApp Image 2022-11-12 at 12.32.21.jpg add a new rectangle.


Have you check this setting

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoC...


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 23

Kent1Cooper
Consultant
Consultant

@paullimapa wrote:

....

Have you check this setting

....


The PLINEWID System Variable is ignored by the RECTANG command.  It has its own Width option [in newer versions] as already suggested by @user181, independent of the PLINEWID setting.

Kent Cooper, AIA
0 Likes
Message 6 of 23

paullimapa
Mentor
Mentor

Looking at OP's screen capture, the "A" logo appears to show AutoCAD 2020...then plinewid setting still applies.  Of course if OP uses AutoCAD 2023, then your statement applies.


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 7 of 23

Kent1Cooper
Consultant
Consultant

I have 2020 here, and it works as I described.  RECTANG has its own internal Width option [default zero], which it uses regardless of the overall-drawing PLINEWID setting.  I think there was a time further back [I don't have older versions to test with] when RECTANG drew rectangles at zero width no matter what -- it did not have a Width option, and it ignored any non-zero PLINEWID setting.

Kent Cooper, AIA
Message 8 of 23

paullimapa
Mentor
Mentor

very strange. I’ve tried it on 2020 2021 and 2022. Perhaps it’s beca I’m using REC command which starts the original command to draw Rectangles. 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 9 of 23

Kent1Cooper
Consultant
Consultant

@paullimapa wrote:

.... I’m using REC command which starts the original command to draw Rectangles. 


In 2020, by default REC is a command alias, and gets the RECTANG command.  Do you have it as a custom command definition, that uses the PLINE command and calculates corners for itself?  Something like that would honor the PLINEWID setting.

Kent Cooper, AIA
Message 10 of 23

paullimapa
Mentor
Mentor

When I get a chance I’ll check the aliases on those 3 versions. 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 11 of 23

paullimapa
Mentor
Mentor

so I finally got a chance to go through AutoCAD 2020, 2021, 2022 & 2023.

Only AutoCAD 2023's RECTANG comand has additional options.

But from AutoCAD 2020 through 2022, the RECTANG command depends on PLINWID to set the global width:

 

paulli_apa_0-1668721624894.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 12 of 23

suratsm9
Explorer
Explorer

I use AutoCAD 2019

0 Likes
Message 13 of 23

cadffm
Consultant
Consultant

@paullimapa 

all your pre2023 version shows NOT the native rectangle command!

 

I see, you tried to force the native command by üusing the period,

but only your 2023 picture shows the usual acting and the usual command prompts.

 

Is it the same in -2022 version if you start Acad in /safemode ?

 

 

Sebastian

0 Likes
Message 14 of 23

Kent1Cooper
Consultant
Consultant

@paullimapa wrote:

....

Only AutoCAD 2023's RECTANG comand has additional options.

....


My 2020 has those options:

Kent1Cooper_0-1670502883323.png

and the same if I do it with the period prefix .RECTANG.

Kent Cooper, AIA
0 Likes
Message 15 of 23

cadffm
Consultant
Consultant

@paullimapa 

I am searching for a case I helped someone with an old Lisp, on an old machine with AutoCAD 2000,

At his workstation also the Acad prompts are different to the usual ones.

But this guy wasn't an expert, so I couldn't figured out what's up there.

 

You are a very good and more experienced expert (except the knowledge of the rectang command SCNR) 😁

and I am very excited to see what we will find out.
Start AutoCAD 2022 or older in /safemode
The same thing?
Is the VBA module installed?
Have you tested all 4 versions on the same PC, or is at least one of the versions installed together with 2023?

 

EDIT: And may I ask how the -LAYER prompt looks like?

For example:

Command: _.-LAYER

Current layer: "0"
Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile/Xref]: _off

..

 

 

 
 

 

 

Sebastian

0 Likes
Message 16 of 23

paullimapa
Mentor
Mentor

Looks like my 2020 Rectang mystery command continues.  But of course we all missed it now looking back at OPs screen capture  tittle bar showing AutoCAD Architecture 2019


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 17 of 23

cadffm
Consultant
Consultant

>>"we all missed " No I didn't

 

But if OP can't stopping autoCAD to use the width>0, it is nothing usual.

You can use the width option, but it is a temporary setting (not saved).

Close&ReOpen the file should reset the deefault value to 0

 

-

 

And no, let's talk about your Rectang command 😀 (PM)

Sebastian

0 Likes
Message 18 of 23

paullimapa
Mentor
Mentor

O how I wished you had jumped in earlier and knocked some sense into all of us for assuming OP is using more recent AutoCAD versions.  Then the replies would have been very different (more like mine wink wink)

When I get a chance I’ll hop back onto that workstation and try the safe mode switch. FYI All four versions are installed side by side 2020 to 2023. I’ll check the Expert value to see if they’re all set the same and do a screen capture of the About screens and share that here 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 19 of 23

cadffm
Consultant
Consultant

@paullimapa  schrieb:

O how I wished you had jumped in earlier


 

Sorry! But title was change to ACAD2018, The title in image displaying ACA2019,

and it has nothing to do with the version of last decades.

What should I have done, a kindly "Open your eyes" -wouldn't have changed for the OP (but I understand it would have made you less work)

SORRY again.

 

If you back on the machine with all 4 versions installed side by side,

Check the -LAYER command also.

(note: Expert shouldn't change the prompt of Rectang command, but test it, just a minute to make it sure.)

 

bye

 

Sebastian

0 Likes
Message 20 of 23

paullimapa
Mentor
Mentor

So are you saying that even as far back as 2018 the Rectang command had the additional option to control width?  


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes