std-entity-(un)mark | ![]() |
(std-entity-mark <ele>) ; highlight
(std-entity-unmark <ele>) ; de-highlight
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.
ele: Either a single entity, a entget-list or entsel picklist.
Unspecified
See description. Only called because of its sideeffects.
(std-require 'STDMISC)
Defined in STDMISC