Function Entry: VLE-SELECTIONSET->LIST

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-SELECTIONSET->LIST

Name

vle-selectionset->list

Class

BricsCAD VLE Library Function

Syntax

(vle-selectionset->list selectionset)

Arguments and Values

  • selectionset
  • the selection set to be returned as
  • entity list

Description

creates a normal list of entities from given selection set 'selectionset'

Return Values

list of plain entity names, or NIL if selectionset is empty

Examples

(vle-selectionset->list
ss)

returns  (<#Entity name>
<#Entity name>)

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes