complete list of functions

Started by Kelie, June 12, 2009, 01:29:37 AM

Previous topic - Next topic

Kelie

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.

owenwengerd

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.

JBerns

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