Message 1 of 3
Adjusting size

Not applicable
10-29-2018
08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently trying to scale multiple objects up in place. I have tried to use the scale command, but that changes the location of the objects. I need to scale the objects in place without needing a base point, and without referencing the center of the objects because they have odd shapes . Currently I use the code below to select multiple objects then use the properties window to manual change the Scale X, Scale Y, and Scale Z values under the Geometry section in the properties window. It does not seem like that difficult a task, but I am having trouble trying to find reference material.
(defun c:sbs2()
(sssetfirst nil(ssget "X" '((0 . "INSERT")(2 . "F_PREMISE,OH_JBOX.DWG,UG_JBOX.DWG,UG_PBOX_L,UG_PBOX_S"))))
)