Routine or method for scaling multiple blocks; different names & insertion pts?

  • Thread starter Thread starter JamieLandmark
  • Start date Start date
J

JamieLandmark

Hello,

Does anyone know a lisp routine or method for scaling multiple blocks with different names with the same scale factor from their insertion points with one action?

It's a pet peeve and is time consuming to do one by one.

Thanks,

Jamie
 
Select the ones you want to change, open the "Properties" toolbar, change
the scale(s).....
 
That was my first thought, and it works fine IF the initial scales of the
blocks are all the same. If not, you'd probably have to do some loop that
looks at each block and extracts its insertion point, then applies Scale to
it with that as a base point.
 
Back
Top