Function Entry: ACET-UI-ENTSEL

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

Function Entry: ACET-UI-ENTSEL

Name

acet-ui-entsel

Class

BricsCAD ExpressTools API Function

Syntax

(acet-ui-entsel sellst)

Arguments and Values

Arguments are described in the vendor page; see Source Notes.

Description

This function provides entity selection, like (entsel), with much more comfort. The sellst argument controls the behaviour of entity selection, and must have this format : (msg flags keys useWindow filter allowLocked) msg : user prompt flags : bit values as used by (initget) function (integer) keys : keyword string as used by (initget) function (string) useWindow : allow to switch to "crossing window" selection, if no entity is selected filter : filter condition, as used by (ssget "C" … filter) when switching to "crossing window" selection allowLocked : if T, selection of entity/entities on locked layers is allowed; NIL to disallow Each argument can be set as NIL, which uses default values (or none) in that case.

Return Values

Vendor-defined; see Source Notes.

Availability

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

Source Notes