Anushka Posted December 6, 2019 Posted December 6, 2019 Is there a way to insert a block at the same rotation as another block closer to the center of my screen? -> I zoomed, I called the command, and the new block will be inserted in the block closest to my zoom. I got a .dwg with the example. Drawing1.dwg Quote
Lee Mac Posted December 6, 2019 Posted December 6, 2019 You can obtain the coordinates of the center of the drawing window using the VIEWCTR system variable; using these coordinates, you can then obtain the block reference with insertion point coordinates such that (distance <insertion-point> <viewctr>) is minimised. 1 Quote
Anushka Posted December 7, 2019 Author Posted December 7, 2019 @Lee Mac That's right !! thank you very much. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.