Function Entry: VLE-VECTOR-LENGTH2D

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

Function Entry: VLE-VECTOR-LENGTH2D

Name

vle-vector-length2d

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-length2d vec)

Arguments and Values

  • vec a 2d or 3d vector list

Description

This function returns the 2D length of the vector vec in XY plane.

Return Values

double, the 2D length of the vector in XY plane

Examples

(setq vec '(1 1
3))

(vle-vector-length2d vec)

1.4142135623731

Availability

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

Source Notes