unable to recognize command
I am trying to run lisp on B-CAD(23) which is perfectly working on A-CAD(23). and getting this message in command line:
Unable to recognize command "ACAD_DIM.DIM" .
Lisp code where I am getting error is:
(command (__ "dim") "_restore" "pnp2" (_p "e"))
please suggest changes that I have to made to run this on B-CAD
Unable to recognize command "ACAD_DIM.DIM" .
Lisp code where I am getting error is:
(command (__ "dim") "_restore" "pnp2" (_p "e"))
please suggest changes that I have to made to run this on B-CAD
0
Comments
-
Please explain ACAD_DIM.DIM looks like a custom command, not a built in command.
The (command ..... lisp is weird.0 -
@ALANH actually I am trying to figure it out because there is no any other reference of ACAD_DIM.DIM.
but I removed one underscore ( _ ) from command and it worked in BCAD.0