Function Entry: VLE-VECTOR-SCALE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-VECTOR-SCALE
Name
vle-vector-scale
Class
BricsCAD VLE Library Function
Syntax
(vle-vector-scale vec factor)
Arguments and Values
- vec a 2d or 3d vector list
- factor integer or double, the scaling factor
Description
This function returns the vector vec scaled/multiplied by factor.
Return Values
(vecX vecY vecZ) always a 3d vector list
Examples
(setq vec '(1 1 3)) (vle-vector-scale vec 2.5) (2.5 2.5 7.5)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-vector-scale (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-vector-scale.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).