Message 1 of 4
Lisp Inserting a block to match UCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have some code that inserts a 3d block via the command function. The 3d blocks in this app are intended to come in rotated to align with the World coordinate system... how might I change the command call to cause it to align with the World coordinate system even if the user has a UCS set up that does not align with the WCS?
Optionally, I could temporarily save the UCS, set the WCS current then return the user to UCS after the block insertion... but this sounds a bit of an overkill.
Thoughts?