Works with Bricscad (Windows) Classic and Pro, Bricscad (Linux) Classic.
DCL is an acronym for Dialog Control Language, a separate programming language that you can use with Bricscad to create custom dialog boxes. In creating dialog boxes with DCL, you work with elements called tiles, cluster tiles (or clusters), and attributes.
"DCL" or "Dialog Control Language" is a means to display custom dialog boxes inside the CAD application. The usage of DCL requires a DCL file and the calling of specialised DCL functions. The DCL file describes how the dialog should look like, what it should contain (buttons, sliders, edit-boxes...). The specialised DCL commands are used to load (parse) a DCL file and create runtime instances of the user interface as it is defined in the DCL file. The DCL functions are most typically called from a lisp application, but they can also be accessed through BRX, COM (or SDS) . The samples in this document are all lisp oriented since this is the most typical usage.
This section of the developer's reference is currently being completely re-written.
For further assistance please contact Bricsys Support.
Tell me about...
Copying Code Examples from the Bricscad Programmer’s Reference
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. Copyright © 2001- Menhirs NV - All rights reserved. |