Select Rectangles to change their Lenths and Widths at once.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am sad because in the Properties Palette (Ctrl+1)
of the Rectangles there are no rows with Length and Width
of the selected Rectangle, so I can't change these important properties
so easy.
I can understand it, because there is not such Object Type as Rectangle in Autocad;
if you select a rectangle, in the Properties Palette you can see, that
it is simply a Polyline.
I want to write lisp
"Select Rectangles to change their Lenths and Widths at once to the values determined by keyboard or by picking two points: "
"Specify Width: "
"Specify Height: ".
You could determine Length and Width either by typing the value with keyboard
or by clicking on two points.
(so it is in the commands SCALE, LENGTHEN -> TOTAL, LENGTHEN -> DELTA;
The prompt is that you should specify the value with keyboard,
but you could pick two points do determine ScaleFactor/ NewLength.).
I want to write such lisp, but I am not so good at lisp writing to do so.
Please, help.
Is this possible, to write such lisp?