Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SESSION_SETTINGS_MODE

Session settings to be used by a viewport.

The ShapeDiver Geometry Backend allows to persist settings of the viewer, individually for each model that it hosts. Persisting the settings of the viewer requires permissions which are typically only granted to the owner of the model. Editing of the settings typically happens on the model edit page of the ShapeDiver Platform.

Whenever an instance of the viewer creates a session with a model, the settings are made available to the viewer. It is possible to use multiple sessions with different models from a single instance of the viewer. Therefore the viewer offers a choice on which settings to use.

Index

Enumeration Members

Enumeration Members

FIRST: "first"

The settings of the very first session created will be used for the viewport.

MANUAL: "manual"

Use this mode in case you want to assign a specific session identifier to the viewport, whose settings will be used.

NONE: "none"

No settings of a session will be used for the viewport.