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