Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I want in requirement of a LISP
(DEFUN C:RV()
(COMMAND "REVCLOUD" "O" "L")
)
If we use this lisp it will change the last object to revision cloud but I also want the layer to be changed as well
eg. if there is a layer named "DETAIL" and if I type the command RV
I want the last object to be changed from line to revision cloud and the object to be assigned to the layer "DETAIL"
Solved! Go to Solution.