
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
My problem is this: When I select a several objects, I want to be able to select the center of the already selected objects using a keyword (lets call it "GetCenter" for example). I would want the middle of the group's bounding box because I want it to work consistently with any mixed objects.
It would be similar to M2P, but without having to click two points. That way I can include it in several of my keyboard macros.
For example, I would like to have macros to scale selected objects up or down by 10%. So my macro would look like "Scale GetCenter 1.1" assuming I have the objects selected ahead of time, or "^C^CScale p GetCenter 1.1" if I have a previous selection set defined and I want to be able to repeat it.
A variation would be to use it inside another command, similar to M2P but by selecting objects on-screen.
I have tried to search for an answer on this forum and on Google but I cannot quite find it. Of course a complete AutoLisp program would be sweet!! I have very limited experience in AutoLisp but I will also gladly accept a push in the right direction;)
Cheers!
Solved! Go to Solution.