[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Scale Multiple Objects in Place
Tip# 4331 By Kent Cooper On 29-Jun-2014
0
Rated By 0 users Downloaded : 6514
Categories : Object Properties, 2D Editing
Software type : AutoCAD 2015
Rename File To : ScaleAboutCenters.lsp
Scale drawing objects individually, using the center of the object's bounding box as the scale point.

Kent Cooper ran across a request in the Autodesk user forums for a routine that will scale drawing objects individually, in place. The built-in Scale command in AutoCAD will scale multiple objects, but they are all scaled together about a single reference point. Kent’s solution is to scale each object using the center of the object’s bounding box as the scale point.

To use this routine, load the LISP file and run the command SAC. Due to the nature of certain objects, the result may not be exactly as you expect; please read the comments inside the LISP file for more details.

 

Average Rating:
0


User comments
Comment by Tifo,Luke
Posted on 2015-08-12 11:03:47
Works perfectly!