Super thickness to rectangle

Super thickness to rectangle

Anonymous
Not applicable
11,965 Views
9 Replies
Message 1 of 10

Super thickness to rectangle

Anonymous
Not applicable

Hello I have my colleague she asks about an AutoCAD issue. The rectangle command have super thickness and I don't know what does that. I tried to add thickness on my station but the REC + T is simply ineffective and she don't seem to have the "t" option on her station. (Sorry I didn't memorize which version of CAD she has)

 

This is the result, the rectangle has some vertex inside we can move around.. do you know how we can draw a simple rectangle again?

 

This is the image, it's like a solid rectangle, filled with a hatche and vertex inside to move it around and produce plenty of ...  shapes, it's very odd

 

Thanks

 

0 Likes
Accepted solutions (1)
11,966 Views
9 Replies
Replies (9)
Message 2 of 10

Anonymous
Not applicable
0 Likes
Message 3 of 10

pendean
Community Legend
Community Legend
Accepted solution
PLINEWID variable, look up usage in HELP.

Or do they just need to turn off LWDISPLAY variable?

Message 4 of 10

rkmcswain
Mentor
Mentor
That looks like a polyline with a width applied, either constant or varying. Select this object and look at properties. Change the "Global Width" to 0.0 and see what happens.
Message 5 of 10

Anonymous
Not applicable

ok thanks it was PLINEWID, I did not know that command, It was giving the thickness to the rectangle..

 

Thanks for your time.

0 Likes
Message 6 of 10

Anonymous
Not applicable

In AutoCAD, "Thickness" is the 3d height of a 2d object like a polyline (the polyline remains at elevation 0 but if you flip the view to Front, you will see it extending upwards).

"Width" is how wide the polyline appears on the top-down view.

Message 7 of 10

Anonymous
Not applicable

Ok thank you Marianne, I'll remember that, thickness is like extrude of a rectangle, width is width of a PL.

 

0 Likes
Message 8 of 10

rkmcswain
Mentor
Mentor
@Anonymous wrote:

ok thanks it was PLINEWID

As you probably saw, PLINEWID did not have an effect on your existing polylines. That is simply the default width for new polylines. As stated earlier, you can change the width of existing polylines in PROPERTIES.

0 Likes
Message 9 of 10

Kent1Cooper
Consultant
Consultant

@pendean wrote:
PLINEWID variable....

 

I would just point out that if a Polyline was originally made using the RECTANG command, the width must have been either: called for using the Width option  inside RECTANG [inadvertently, perhaps, if they didn't know what caused it -- maybe someone typed a W thinking they would be giving the width of the rectangle's size, but that should be via the Dimensions option that comes later]; or applied to the Polyline after the fact.  It's not  just the result of a non-zero PLINEWID setting.  Whatever PLINEWID is set to, RECTANG makes them using its own independent  Width setting, which is zero by default until it gets changed.  Changing PLINEWID does not affect RECTANG's Width setting, nor vice versa.  I haven't found a System Variable that controls that option within RECTANG -- I assume it's stored in some other way.

Kent Cooper, AIA
Message 10 of 10

Anonymous
Not applicable

In order to change the width/thickness of a rectangle:

 

In the command window :

- type "Rectangle" enter

- type "w" for width, enter

- input line width of 0 and press enter. 

 

This should correct the problem.