std-entity-(un)mark


Synopsis

(std-entity-mark <ele>) ; highlight

(std-entity-unmark <ele>) ; de-highlight

Description

STD-ENTITY-MARK highlights the AutoCAD entity if it exists.

STD-ENTITY-UNMARK removes the highlight.

They should be favoured over the normal (REDRAW ele 3) and (REDRAW ele 4) because they take care of pressing Ctrl-C resp. ESC by using our special error handler, which dehighlights all marked entities in case of errors and user breaks.

Arguments

ele: Either a single entity, a entget-list or entsel picklist.

Return Value

Unspecified

Side Effects

See description. Only called because of its sideeffects.

Module

(std-require 'STDMISC)

Defined in STDMISC