Function Entry: VLE-VECTOR-GET

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

Function Entry: VLE-VECTOR-GET

Name

vle-vector-get

Class

BricsCAD VLE Library Function

Syntax

(vle-vector-get fromPt toPt)

Arguments and Values

  • fromPt a 2d or 3d point list
  • toPt a 2d or
  • 3d point list

Description

This function returns the vector fromPt -> toPt as 3d list.

Return Values

(vecX vecY vecZ) always a 3d vector list

Examples

(vle-vector-get  '(10 10
10)  '(21 22 23))  returns (11 12 13)

Availability

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

Source Notes