Function Entry: VLE-VECTOR-LENGTH2DXZ
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VECTOR-LENGTH2DXZ
Name
vle-vector-length2dxz
Class
BricsCAD VLE Library Function
Syntax
(vle-vector-length2dxz vec)
Arguments and Values
- vec a 2d or 3d vector list
Description
This function returns the 2D length of the vector vec in XZ plane.
Return Values
double, the 2D length of the vector in XZ plane
Examples
(setq vec '(1 1 3)) (vle-vector-length2dxz vec) 3.16227766016838
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-vector-length2dxz (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-length2dxz.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).