Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find an available Command 3

Status
Not open for further replies.

SunnyShine

Structural
Joined
Jan 25, 2000
Messages
17
Location
IN
Is there any method to know the available custom commands (created by lisp routines) in an autocad session? I can't remember all the available commands. I load all necessary lisp routines by startup kit.
 
Hi

Please type on command line of AutoCAD:

(atoms-family 1)

the response is a list of all functions available through Lisp as well. It is a long list but those starting with C: are easy to recognize.

Hope this is useful.

Dr. Tigrek


PS.

Could you downlload and test the macro from my home page and tell me if you find any bugs?

It exports all text, attributes, nested text inside blocks, Mtext, Rtext, Dtext, all of it, from drawings into an Excel Sheet.
 
Dear Tigrek,
Excellent answer. Thank you a lot. I shall review your macros soon.

Sunny of SunnyShine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top