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
- [vle-vector-get (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-get.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).