- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have custom buttons using the following macro's:
Copy Base Point 0,0
^C^C_copybase 0,0;
Paste from 0,0
^C^C_pasteclip 0,0;
These are to allow me to simple click a block on drawing, go to another drawing and paste with the same reference. I can see in the command line that the macro's are entering the correct information but the block can any of the following position properties:
Correct
Position X 0.0
Position Y 0.0
Position Z 0.0
The following are incorrect:
Position X -6
Position Y -6
Position Z 0.0
Position X 6
Position Y 0
Position Z 0.0
Position X 0
Position Y 6
Position Z 0.0
Position X -6
Position Y 0
Position Z 0.0
I believe it does get effected by the position of my current view. i typically zoom extents but even then it can cause the issue to occur.
Solved! Go to Solution.