if the ucs is rotated then some of my lisp routines will not work corectly.........especailly the ones in which an objects insertion point is needed. For example if I select a block and want to get the insertion point I would use (cdr (assoc 10 (entget (car (entsel))))). The point that is retrieved from this is different from where the block is located. Is there a way to retrieve from the actual location of the block relative to the ucs. In this particular drawing the ucs is rotated at 45 degrees and I have a block that is located at point (20 10 0) but the association code has (10 7.07107 21.2132 0.0)