Function Entry: VLE-VECTOR-SETTOLERANCE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VECTOR-SETTOLERANCE
Name
vle-vector-settolerance
Class
BricsCAD VLE Library Function
Syntax
(vle-vector-settolerance tol)
Arguments and Values
- tol double, the new tolerance (usually 1e-06 …
- 1e-12)
Description
This function sets the current tolerance used in vector functions.
Return Values
always T
Examples
(vle-vector-settolerance 0.000001) T sets default tolerance to 1.0e-06
Notes
please do not modify 'vlegvecTol' directly, use this function
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-vector-settolerance (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-settolerance.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).