The Sequence Manager is accessed from the HYPERSIM Ribbon Options.
Its intended use is to record a series of user manipulations and execute them to automate HYPERSIM contextualization.
It supports both the standard API and Python API.
Here are some of its advantages:
- The Sequence Manager allows the user to record recurring and repetitive operations so that the user can perform them automatically.
- This sequence recorder stores the user's actions in a Basic or Python sequence according to the norms and standards of the Hypersim API.
- This sequence can then be executed at the user's request.
- This recorder does not replace a good Python programmer; it allows the user with little training in basic HYPERSIM API or Python to create simple and reusable macros.
- It also allows the seasoned API programmer to quickly remember code or syntax that they are no longer familiar with.