complete list of functions

Started by Kelie · 2009-06-12 08:29 UTC · 2 replies · SMF topic #808

Where can I find a complete list of functions (in one place) provided by OpenDCL? I was typing "dcl_" in Apropos to get a list. But it is not complete. Can we have a master list in the help file? Thanks.
The help file does document every function.  If you want a complete list inside AutoCAD, you can use the result of (atoms-family 1) and look for all functions with the "dcl_" prefix.
To get the list sorted, in AutoCAD, type at the command prompt:
(vl-sort (atoms-family 1) '<)


Be sure to look for "dcl-" and "dcl_" functions. Hope this helps.

Regards,
Jerry