How to you guys handle UCS and WCS? Do you program your routines to just work in WCS or do you program to translate all points to one coordinate system or the other? So far I've only worked in WCS and that's where my programs work. But we've ran into a couple of drawings that were set to some odd-ball UCS and the programs still worked, but they were either drawing notes 1000s of units outside the border or inserting blocks in a completely different location than they were suppose to, etc, etc. The solution has been to just have my users swtich back to WCS with a simple issue of UCS > Enter. For any routine that uses points, should I take the extra care and time to translate all points from UCS to WCS or WCS to UCS depending on the function?