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