Function Entry: VLEGVECTOL
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLEGVECTOL
Name
`vlegvectol`
Class
BricsCAD VLE Library Function
Syntax
(vle_g_vectol)
Description
vlegvecTol vlegvecTol double 1.0e-10 Preset tolerance for (vle-vector-xxx) functions. Lisp code can retrieve and adjust to a different value if needed : (vle-vector-setTolerance 0.00000001) ;; preset as 1.0e-08 Remarks : Please do not access ''vlegvecTol" directly, always use (vle-vector-getTolerance) and (vle-vector-setTolerance) !
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vlegvectol (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle_g_vecTol.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).