Function Entry: VLE-VECTOR-TO2D
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VECTOR-TO2D
Name
vle-vector-to2d
Class
BricsCAD VLE Library Function
Syntax
(vle-vector-to2d vec)
Arguments and Values
- vec (list) a 2d or 3d point/vector list of 2 or 3
- integer or double values
Description
This function returns a 2-element list representing a 2D point/vector for a given vec 2D or 3D list.
Return Values
a 2-element list representing a 2D point/vector for a given 2D or 3D list, or NIL
Examples
(vle-vector-to3d '(10 11 12)) returns '(10 11)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-vector-to2d (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-to2d.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).