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