HISTORY - replay drawing creation history
-----------------------------------------
(C)2024 ARKANCE, www.arkance.world


History is a LISP utility allowing to "replay" the history (order) the
drawing entities were created. It is not just a slow redraw. The individual
drawing objects are animated in the order of creation time, not in the
assigned draw order.

Setup:
Load the HISTORY.VLX in your AutoCAD session (e.g. with the _APPLOAD command)

Usage:
In the copy of your DWG drawing, run the HISTORY command. It will initially
hide all drawing entities. Then the entities will be individually displayed
in the order of creation. You can toggle ('S'/'A') between an automatic
(animated) display or single step display. During the animation, you can
press PgUp and PgDn to make the animation faster or slower (if you have
installed Express Tools).

The initial animation speed can be controlled by the LISP variable "history_delay"
(set to 0.3 sec by default). E.g. to set faster initial animation (100ms), use:

(setq history_delay 100)

--------------------------------
ARKANCE Czechia
www.arkance.world   www.cadforum.cz
info.cz@arkance.world
