Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to move an object by its handle entity and I can't seem to wrap my head around this.
Here's what I have so far, which is totally wrong:
(setq blk (handent "1010A158")) (command "_MOVE" blk "D" "-5,0,0")
I get the error "Expects a point or Window/Last/Crossing....../Object"
Can anyone help?
The handle entity in question is 1010A158 and I want to move it a displacement of -5,0,0
Thank you
Solved! Go to Solution.