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