Documentation Home Page HYPERSIM Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


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.


  • No labels