Jump to content

Recommended Posts

Posted

Has anyone else had a problem with creating the ACADDOC file and then losing the Mechanical features? I've done it twice now, with a complete reinstall between the two. Once I add the network location to my support path (looking at my new ACADDOC file) I instantly lose all Mechanical commands. The second time, I didn't even have anything in the ACADDOC file besides a test alert to see if it worked.

 

Anyone else with this problem or advice on what I'm doing wrong?

Posted

Creating the acaddoc? isnt it already located in your Acadm folder?

Posted

Whoops. That could explain my problems. I thought I was supposed to create a file named that and point the support directory to it. So now that I removed that link from my support locations, any thoughts on why Mechanical didn't start working again?

Posted

acaddoc auto loads "acadm.lsp" which contains ALL mechanical info!!! delete support path, delete your homemade acaddoc.lsp and restart autocad. what happens?

Posted
Whoops. That could explain my problems. I thought I was supposed to create a file named that and point the support directory to it. So now that I removed that link from my support locations, any thoughts on why Mechanical didn't start working again?

 

 

Removing the support path will not automatically load the correct file, however once the incorrect path has been removed, typing this at the command line *should* fix:

 

(load "acaddoc.lsp")

 

 

Also, in the future, findfile may be very useful, example:

 

(findfile "acaddoc.lsp")

 

 

Hope this helps!

Posted

Odd. Now all of the commands are defined, but they don't do anything. All the icons are back. Everything "looks" there, it just doesn't call the actual command anymore. Instead of an error, it calls an empty command.

Posted (edited)

I don't suppose the REDEFINE command will work for 'Mechanical' specific commands, ehh? :unsure:

Edited by BlackBox
Typo
Posted (edited)

Why yes it does...

 

I was going to suggest a test command preceded with "." like .AMFILLET2D and see what happens. I plum forgot about that REDEFINE thing-a-ma-jigger....

 

 

on second thought... REDEFINE does NOT work with mechanical commands........ oh the horror

Edited by JPlanera
DOHH!
Posted

I'm not quite sure what happened, but I took a look at another computers list of support paths and somehow I lost three of my mechanical ones :/ I path-ed them all correctly again and it works just perfectly. Thanks for the help!

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...