WebViewerConfig
- class Communicator.WebViewerConfig()
Properties
Properties
- Communicator.WebViewerConfig.boundingPreviewMode
Specifies what types of bounding previews should be rendered. DefaultValue is
BoundingPreviewMode.All
- Communicator.WebViewerConfig.buffer
Specifies a buffer containing a binary representation of an SCS file to load.
- Communicator.WebViewerConfig.calculateDefaultViewAxes
If true, the default view axes will be calculated from the initial camera unless explicitly set during authoring time. Default value is
true
.
- Communicator.WebViewerConfig.container
A HTML element to use for the Web Viewer.
- Communicator.WebViewerConfig.containerId
The ID of the div element to use for the Web Viewer.
- Communicator.WebViewerConfig.defaultMeshLevel
Specifies which mesh detail level will be used to initially stream the model. The default value is
0
.
- Communicator.WebViewerConfig.defaultMetallicFactor
- Communicator.WebViewerConfig.defaultRoughnessFactor
- Communicator.WebViewerConfig.disableAutomaticBackgroundSheets
If true, then automatic generation of background sheets for drawings is not performed when the drawing is loaded.
- Communicator.WebViewerConfig.disableAutomaticFitWorld
If true, disable automatic fitworld on camera activation when there is no camera on view
- Communicator.WebViewerConfig.disableAutomaticFloorplanOverlay
If true, then the floorplan overlay capability will not be displayed automatically for BIM enabled models
- Communicator.WebViewerConfig.empty
Whether the viewer should be started without connecting to a server or loading a model.
- Communicator.WebViewerConfig.enableShatteredModelUiViews
If true, then CAD views contained within external models will populate the model tree UI.
- Communicator.WebViewerConfig.endpointUri
Specifies the endpoint to be used by the viewer. This can be of type: http, https or ws.
- Communicator.WebViewerConfig.enginePath
Path containing the graphics engine
.js
and.wasm
files. Follows the same rules as thesrc
attribute of an HTMLscript
tag.
- Communicator.WebViewerConfig.memoryLimit
Controls the amount of mesh data present on the client machine at given time. This value is expressed in Mebibytes. Default value is
0
indicating no limit.
- Communicator.WebViewerConfig.model
Specifies the instance name to be loaded. This option is required if you specify an enpdointUri of type
ws://
orwss://
.
- Communicator.WebViewerConfig.rendererType
Specifies the renderer type to be used. Default value is
RendererType.Client
- Communicator.WebViewerConfig.sessionToken
An arbitrary value used for authentication. If used, it must match the token expected by the server for connection to proceed.
- Communicator.WebViewerConfig.streamCutoffScale
Specifies a scale factor that will be applied to the streaming size cutoff.
In streaming sessions, an object whose projected size is lower than the cutoff will not be streamed until its projected size reaches the cutoff.
In file sessions, when loading a tree via XML, a file whose projected size is lower than the cutoff will not be requested until its projected size reaches the cutoff.
A value of 0 will disable the cutoff. The value should be in the interval of [0.0, 2.0]. If unspecified, this value will default to 1.0 for streaming sessions and 0.0 (disabled) for file based sessions.
- Communicator.WebViewerConfig.streamingMode
Sets the streaming mode that the viewer will use. Default value is
StreamingMode.Interactive
- Communicator.WebViewerConfig.usePointerEvents
Specifies whether pointer events should be used when available. Setting this option to false can be useful when using web views in GUI toolkits that rely on Internet Explorer. Default value is
true
.