Get Dimensions of a Rectangle

Get Dimensions of a Rectangle

allelopath
Enthusiast Enthusiast
1,976 Views
3 Replies
Message 1 of 4

Get Dimensions of a Rectangle

allelopath
Enthusiast
Enthusiast

Referring to the attached dwg, I drew a Rectangle. When I click to see the Properties I don't see and width and height.

Is is possible to see these in the properties?

 

0 Likes
1,977 Views
3 Replies
Replies (3)
Message 2 of 4

ChicagoLooper
Mentor
Mentor

@allelopath wrote

 <<....I drew a Rectangle. When I click to see the Properties I don't see and width and height.....>>

 

If you select a 'rectangle' and view its properties, AutoCAD and won't give you the length, width or height. Although it might look like, walk like and even smell like a rectangle, it's really a closed polyline. It doesn't matter if the closed polygon is a square, rectangle, triangle, pentagon, or hexagon, the Properties Palette will only provide the area 'inside' the polygon and the perimeter length.

 

Your uploaded drawing also contained a 3D solid created using the BOX command and I'm guessing it's related to your rectangle despite the objects being located far apart. Since your box is 3-dimensional, the Properties Palette will display length, width and height when the solid is selected.

 

When using the box command, keep your eye on the command line. It provides prompts, in the form of instructions and questions, that you must follow or answer as you go along. Answer them correctly and you'll be fine. If you skip or ignore them, your box might get messed up or the command may fail.

 

As an alternative to using the BOX command, use the EXTRUDE command. (Extrude will give a 2D object height or Z-value, and thereby make it 3D.) First draw a rectangle to your desired dimensions and in the desired location. Next, invoke EXTRUDE using the rectangle as the object. Typically, a positive number extrudes the rectangle up while a negative number extrudes its down.

 

 

 

Chicagolooper

EESignature

0 Likes
Message 3 of 4

allelopath
Enthusiast
Enthusiast

Thanks for your response. The 3D solid is ab artifact. I created the file that I attached by creating the "closed polyline" and deleting everything else in the drawing and saving it as another file. Except that I missed the 3D solid.

 

The closed polyline was created by clicking on the rectangle shape icon in the Draw panel which uses the Rectangle command so you can see how I might have thought it was indeed a rectangle. 🙂 From what you are saying, after one draws the rectangle, Autocad is unable to distinguish between it and any other type of closed polyline.

 

 

0 Likes
Message 4 of 4

ChicagoLooper
Mentor
Mentor

@allelopath 

 

RECTANGLE vs. PLINE

If you use the RECTANGLE command, the result will be a closed polyline.

 

However, if you draw a rectangle using the polyline (PLINE) command, then it may, or may not, result in a closed polyline.

 

When using the PLINE command you must enter 'C' on command line when drawing the fourth side so the rectangle will close. If you don't, and simply click the beginning point, then it won't be closed. It'll be a polyline that appears to be closed but isn't. To verify, selecting it=>Properties Palette=>Scroll to bottom=>Misc Section=>Closed=>YES? or NO?   

 

101.PNG

 

Whether using RECTANGLE or PLINE command, keep your eye on the command line.

 

Chicagolooper

EESignature

0 Likes