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.
Specifies a function which returns additional content for the modelview printing
Function signature is function(context:contextAPI, nodeID:number, modelViewID:number) : Promise
Specifies a function which returns custom name for the resource drop-down of the ModelViewPrintDialog
Function signature is function(context:contextAPI, nodeID:number) : Promise
NOTIFICATION_FILTER
NOTIFICATION_FILTER:"notificationFilter"
Specifies a list of UINotificationLevels which should be displayed.
Enables or disables the automatic opening of the VariantsDialog for added Models which includes Variant information.
PRINT_LAYOUT
PRINT_LAYOUT:"printLayout"
Sets the print layout potrait / landscape
PRINT_QUALITY
PRINT_QUALITY:"printQuality"
Sets the print quality
SESSION_STORAGE_ENABLED
SESSION_STORAGE_ENABLED:"sessionStorageEnabled"
Enable/Disable the session storage.
SHARE_SESSION_ENABLED
SHARE_SESSION_ENABLED:"shareSessionEnabled"
Enables or disables session sharing
SLAM_PROVIDER_TYPE
SLAM_PROVIDER_TYPE:"slamProviderType"
The type of the SLAM provider. This is used to provide an easy way to develop AR experiences.
Possible Values: "debugIos", "sequence".
When "sequence" is selected you can specify additional parameters by appending them with a semicolon:
Possible Parameters are:
url: Url to manifest.json for imageSequence (escaped url)
fps: playback fps for image sequence
startFrame: Start Frame for image sequence
endFrame: End Frame for image sequence
E.g.: sequence;url=;fps=30
TREEVIEW_FILTER_FUNCTION
TREEVIEW_FILTER_FUNCTION:"treeViewFilterFunction"
A filtering function which simply defines whether a node, given as argument, should be visible in the tree view.
The function returns false for nodes, which should be hidden. Instead, the children of the affected node
will be displayed, unless they are also hidden by the filtering function.
The respective node will be shown if it has no children
The function can return a boolean or a promise-like returning a boolean.
UNIT
UNIT:"unit"
Sets the unit for data inside the webVis UI.
VARIANTS_BUTTON_FUNCTION
VARIANTS_BUTTON_FUNCTION:"variantsButtonFunction"
Specifies a function which is called when the user clicks on the variants button of a tree item.
The specified function overrides the default behavior of opening the standard variant dialog.
Enables/disables the Add button in webvis-full