Message 1 of 4
Changing or matching reference planes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to transform or project drawing_1 to match drawing_2. I am able to overlay drawing_1 to drawing_2 using xref method, where i rotate drawing_1 by 180 degrees. See below: Drawing_1 in red, Drawing_2 in blue,red, yellow
However, what I want to do is to change the drawing_1 to match drawing_2, so that I can xref it without using the rotation option. Another method that I used was to bind the drawing after I xref it, but I had to explode as it was added as a block and needs repetition when changes are made to drawing_1. The main point I want this is because i use QGIS to make further analysis and it doesn't have the option to rotate the drawing when I add to it, thus they have to be in the same plane before being added.