Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only.
These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use.
Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability.
Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing.
The software is provided as is with no guarantees or support.
With these functions the user can control webvis' management of SessionStorage objects and Snapshots.
The Session describes the whole state of the 3D Space, which can be shared, stored and restored.
Snapshot are a subset of a 3D Space and describe a momentary state, which can include other elements of the 3D Space
like Clipplanes and Measurements.
Temporarily stores the Session in the connected hub instance and returns an access handle. This function
does not transfer Caches of referenced resources to the connected hub instance. For that, see transferSession.
Can be used to track the progress of the transfer.
Returns Promise<string|void>
The access handle of the transferred Session.
Deprecated
transferSession with progress callback is deprecated. Please use transferSession without
parameters and utilize the returned Promise instead!
Temporarily stores the Session in the connected hub instance and returns an access handle. Transfers
Caches of referenced resources to the connected hub instance if they are not already present.
transferSession():Promise<string|void>
Experimental
Temporarily stores the Session in the connected hub instance and returns an access handle. Transfers
Caches of referenced resources to the connected hub instance if they are not already present.
With these functions the user can control webvis' management of SessionStorage objects and Snapshots.
The Session describes the whole state of the 3D Space, which can be shared, stored and restored. Snapshot are a subset of a 3D Space and describe a momentary state, which can include other elements of the 3D Space like Clipplanes and Measurements.