Function Entry: VLE-VECTOR-MIDPOINT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VECTOR-MIDPOINT
Name
vle-vector-midpoint
Class
BricsCAD VLE Library Function
Syntax
(vle-vector-midpoint pnt1 pnt2)
Arguments and Values
- pnt1 a 2d or 3d point list
- pnt2 a 2d or
- 3d point list
Description
This function returns the midpoint between point pnt1 and point pnt2.
Return Values
list (midX midY midZ) always a 3d point list
Examples
(vle-vector-midpoint '(1 2 3) '(10 20 30)) returns '(5.5 11 16.5)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-vector-midpoint (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-midpoint.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).