Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
All,
When I run this script:
(defun C:ALLFLAT ()
(ssget)
(command "move" "p" "" '(0 0 0) '(0 0 1e99) "move" "p" "" '(0 0 0) '(0 0 -1e99))
)
It is only supposed to move all selected objects in the Z axis. This command is moving selected items in the X and Y axis as well. It is only behaving this way for some users. I have done some VBA for autocad scripting but LISP is a bit outside what I know. Could you at least get me pointed in the right direction? Thanks in advance!
Solved! Go to Solution.