Function Entry: VLE-VECTOR-ADD

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

Function Entry: VLE-VECTOR-ADD

Name

vle-vector-add

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-add vec1 vec2)

Arguments and Values

  • vec1 a 2d or 3d vector list
  • vec2 a 2d or
  • 3d vector list

Description

This function returns the addition of vector vec2 to vector vec1.

Return Values

(vecX vecY vecZ) always a 3d vector list

Examples

(vle-vector-add '(1 1 1) '(2
3 4))  returns '(3 4 5)

Notes

'vec1' can also be interpreted as 'point1', adding vector 'vec2' to point 'vec1' then

Availability

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

Source Notes