Lisp command + ObjectDBX
Hi to all, I have a question for today regarding, if this is doable.calling a lisp command (already loaded) + ObjectDBX?
(defun c:sample ( / ) (LM:ODBX (pp) ;;custom command nil nil ))
I am currently studying ODBX and VLisp. AFAIK commands are not allowed to be used in DBX , replace the command with entmake(x) , vla-* functions or vlax-invoke to be able to add or create the objects you want.
definitely, btw tnx.
now back to my keyboard.
Good luck
页:
[1]