Jump to content

Classic_xref dialog box


loudy000

Recommended Posts

Hi all im trying to create a simple lisp to open "CLASSIFXREF" but the problem is it"s not opening the dialog box? Any help?

 

(DEFUN C:XCC ()
(COMMAND "CLASSICXREF"))

 

 

ps: cannot override PGP because it sets to reset everytime we open and close CAD

 

tHANK YOU

Link to comment
Share on other sites

Hi all im trying to create a simple lisp to open "CLASSIFXREF" but the problem is it"s not opening the dialog box? Any help?

 

(DEFUN C:XCC ()
(COMMAND "CLASSICXREF"))

 

 

ps: cannot override PGP because it sets to reset everytime we open and close CAD

 

tHANK YOU

 

Try this:

 


(defun C:xcc ()
 (initcommandversion 2)
 (vl-cmdf "classicxref")
)

 

 

Tested in AutoCAD 2017.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...