Frameworks
Integrations
Mendix
SharePoint
Modular UI
Legacy UI
AnnotationManager
Annotation Types
Customize
Version 11
Version 10
v10.12
v10.11
v10.10
v10.9
v10.8
v10.7
v10.6
v10.5
v10.4
v10.3
v10.2
v10.1
v10.0
Version 8
v8.12
v8.11
v8.10
v8.9
v8.8
v8.7
v8.6
v8.5
v8.4
v8.3
v8.2
v8.1
v8.0
Version 7
Version 6
v6.3
v6.2
v6.1
v6.0
Version 5
Version 4
Version 3
Version 2
WebViewer Server
WebViewer BIM
Construct initialized 3D viewer.
WebViewer instance that is available after initializing.
URL of WebViewer BIM server.
An options object to configure the WebViewer BIM application. The following are possible arguments:
license
- The WebViewer BIM license key.dataSchema
- An object that defines the schema of the properties panel.A promise that resolves to an object containing the functions necessary for loading models in WebViewer.
Loads a 3D model.
URL or path to 3D model.
An optional object that modifies the 3D loading process.
loadProperties
, determines whether the server should extract and load 3D property data or not.withCredentials
, determines whether to set the credentials property to 'include' on the Fetch request. This is used when the BIM Server has allow_credentials
enabled.headers
, carries additional information to be sent to the BIM server.headers.extension
, use this option to exclusively specify the file extension.void
Preloads a 3D model for future loading, allowing for the conversion of model data before loading.
URL to your BIM server instance.
URL or path to 3D model.
Optional options object to modify preload behavior.
loadProperties
, determines whether the server should extract and load 3D property data or not.withCredentials
, determines whether to set the credentials property to 'include' on the Fetch request. This is used when the BIM Server has allow_credentials
enabled.headers
, carries additional information to be sent to the BIM server. For instance, the extension
attribute can be included in the header to exclusively specify the file extension.Promise<object>
- An object containing IDs for model and, optionally, properties data. If enable_auth
is enabled on your BIM server, it will return an authorization
token for both the model and properties data.
Loads a cached 3D asset from the BIM server.
Options object containing credential options, model data IDs, and optional properties data. Authorization tokens are only required if enable_auth is set to true on the BIM Server.
withCredentials
, determines whether to set the credentials property to 'include' on the Fetch request. This is used when the BIM Server has allow_credentials
enabled.Promise<void>
Checks the status on asset conversion, returning true
when an asset is ready to load.
Options object containing credential options, model data IDs, and optional properties data. Authorization tokens are only required if enable_auth is set to true on the BIM Server.
withCredentials
, determines whether to set the credentials property to 'include' on the Fetch request. This is used when the BIM Server has allow_credentials
enabled.Promise<boolean>
- A promise that resolves to true
if the conversion has been completed successfully. false
otherwise.
Unmounts the BIM Viewer. Calling this will close the document and delete all annotations of the current session.
WebViewer instance that is available after initializing.
void
Enable screen-space ambient occlusion for the viewer.
void
Disable screen-space ambient occlusion for the viewer.
void
Adjust screen-space ambient occlusion for the viewer.
void
Enable anti-aliasing for the viewer.
void
Disable anti-aliasing for the viewer.
void
Enable ground shadows for the viewer.
void
Disable ground shadows for the viewer.
void
Gets the current Walk Mode for the First Person Mode
.
String - Returns either WalkThrough
or FlyThrough
.
Sets the current Walk Mode for the First Person Mode
, either WalkThrough
or FlyThrough
. WalkThrough
simulates walking
where going forward for example is always in reference to the ground plane. When set to FlyThrough
directional movement is relative to the camera
orientation.
String
containing the desired walk mode, either WalkThrough
or FlyThrough
.
void
Sets the sensitivity for Orbit/Pan tool.
void
Gets the Orbit/Pan tool's sensitivity.
Number
Sets a new Properties Panel configuration based on a passed in Schema.
Object containing the desired configuration.
void
Toggles showing the Default
group. This group contains all of the key/value pairs on a selected element
without any adjustments.
void
Toggles showing empty Groups
on the properties panel. Empty Groups
are defined as groups where every Row
has an empty String
.
void
Toggles showing empty Rows
on the properties panel. An empty Row
is defined as a row where the value is an empty String
.
void
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales