Function Entry: VLE-OPTIMISER
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-OPTIMISER
Name
vle-optimiser
Class
BricsCAD Extension Function
Syntax
(vle-optimiser flag)
Description
Toggles the BricsCAD LISP optimiser within a defun block; nil disables the optimiser, T re-enables it. Used inside source files for troubleshooting.
Return Values
Vendor-defined; see Source Notes.
Side Effects
Vendor-defined.
Examples
Not documented in the BricsCAD-Specific LISP Functions catalogue page.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-optimiser (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/Howitworks.htm)
- Status: documented (Phase 3 body fill from the BricsCAD V26 DevRef catalogue page).