Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am writing a LISP, which make some processing with the pointcloud and I need to use "Uncrop last" command.
The problem is that normal command
(command "_POINTCLOUDCROP" cloud "R")
gives an error.
I have checked the macros of "Uncrop last" button in ACAD customization file and it has following:
^C^C_pointcloudcrop;$M=$(if,$(eq,$(getvar,cmdactive),1),_remove;)^Z
Can somebody explain how it works and how to make it work within LISP?
Thanks!
Solved! Go to Solution.