Message 1 of 11
Not applicable
10-31-2018
03:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a lisp where i am inserting a block and exploding it. so what i done is put an * infront of the block o explode it. when i insert it. it will explode but it rotates the block slightly. can anyone help. see lisp below.
(defun C:aa()
(setvar "cmdecho" 0)
(command "-insert" "*aa" pause
(getvar "dimscale")
(getvar "dimscale")
0
)
(setvar "cmdecho" 1)
(princ)
)
Solved! Go to Solution.