Enhancements to the embedded D3PLOT Viewer
18th October, 2022
This release enhances the way you can use the embedded viewer. No longer will you need the model to be hosted online somewhere; you can now stream the file data directly into the viewer.
Key Highlights:
- Stream data into your embedded D3PLOT Viewer
Learn more about transforming your workflow with D3PLOT Viewer.
Visit the D3PLOT Viewer home page to get started.
Version 1.2.2 features in detail
Stream data into your embedded D3PLOT Viewer
For information about embedding D3PLOT Viewer into your webpage, read this section of the documentation.
The previous version of the embedded viewer required the model to be hosted online in a location that the embedded viewer had access to. This might not always be possible due to security concerns about sensitive model data.
The latest version of the embedded viewer allows you to load the model data into your own application and stream that data into the embedded viewer. This allows you to control the loading of model data within your own ecosystem.
D3PLOT Viewer currently supports two messages to be sent:
- D3PV-stream-data
- D3PV-reset
For a working web application example, download the following archive, unzip it and host the html file somewhere online.
Documentation
To find further support and user-guide information, view the D3PLOT Viewer
documentation.