Blocks not properly updating coordinates to non world UCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I wrote a program that updates the UCS, grabs a bunch of dimensions, then writes out a bunch of properties for selected blocks. It then compares the coordinates on the blocks to the dimensions to determine the geometry of the entire assembly. Up until now I haven't had any issues. Most of the time it would update the UCS and write out the information to an excel file exactly as expected.
Recently I had an issue where it got the geometry completely wrong. On further inspection it was because the dimensions were outputting the correct numbers but the blocks were still using the world UCS. Anyone have any idea why the blocks weren't updating their coordinates when I updated the UCS? To be clear I did double check, and the UCS had properly updated to the new point.