Function Entry: VLE-VECTOR-LENGTH

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-VECTOR-LENGTH

Name

vle-vector-length

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-length vec)

Arguments and Values

  • vec a 2d or 3d vector list

Description

This function returns the 3D length of the vector vec.

Return Values

double, the 3D length of the vector in XYZ space

Examples

(setq vec '(1 1
3))

(vle-vector-length vec)

3.3166247903554

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes