Message 1 of 31
How make a transparent command?
Not applicable
06-06-2000
06:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know how I can make the following
function transparent: (osnap (cadr (grread nil 1)) "end,int"); function
provided by Michael Puckett
Below is my attempt, and it does not work.
Can anyone tell me why, or suggest something else?
Thanks, Steve
(vl-load-com)
(defun ada-2 ()
(osnap (cadr (grread nil 1)) "end,int")
)
(vlax-add-cmd "jsa-a" 'ada-2 "jsa-a" 1 )
function transparent: (osnap (cadr (grread nil 1)) "end,int"); function
provided by Michael Puckett
Below is my attempt, and it does not work.
Can anyone tell me why, or suggest something else?
Thanks, Steve
(vl-load-com)
(defun ada-2 ()
(osnap (cadr (grread nil 1)) "end,int")
)
(vlax-add-cmd "jsa-a" 'ada-2 "jsa-a" 1 )