Function Entry: VLE-VECTOR-SUB

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

Function Entry: VLE-VECTOR-SUB

Name

vle-vector-sub

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-sub vec1 vec2)

Arguments and Values

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

Description

This function returns the subtraction of vector vec2 from vec1.

Return Values

(vecX vecY vecZ) always a 3d vector list

Examples

(vle-vector-sub  '(10 10
10)  '(1 2 3))  returns '(9 8 7)

Availability

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

Source Notes