Function Entry: VLE-POINTP
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-POINTP
Name
vle-pointp
Class
BricsCAD VLE Library Function
Syntax
(vle-pointp obj)
Arguments and Values
- obj any Lisp item to be verified
Description
This function returns whether obj represents a 2D or 3D point or vector.
Return Values
T if obj represents a 2D or 3D point/vector, NIL if obj does not represent a 2D or 3D point or vector
Examples
(vle-pointp "abc") NIL (vle-pointp '(1.1 2.2) T
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-pointp (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-pointp.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).