export web scene
The export web scene module connects via the view port and writes all objects in your view as a C Tech Web Scene (*.ctws), a single file which you and your customers can load and view at the C Tech web viewer.
Details on its use at How to Create C Tech Web Scenes.
WARNINGS:
- DATAMAPS ARE USED FOR PROBING: When using unlinked values (Min and Max) such that the resulting datamap is a subset of the true data range, probing in C Tech Web Scenes will only be able to report values within the truncated data range. Values outside that limited range will display the nearest value within the truncated range. This applies to the use of the Datamap parameters in post samples or when the data range is truncated by clipping in the estimation modules or with the change min max module.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | View | View | The view containing all associated renderable objects. |
| Input | String 1 | String | A string to use as a variable. |
| Input | Z Scale | Number | The factor for vertical scaling. |
Properties
| Property | Type | Description |
|---|---|---|
| Filename | String | The name of the output CTWS file to generate. |
| Favorite Bookmarks | Boolean | Favorite Bookmarks in the resulting Web Scene. |
| Favorite Preset Views | Boolean | Favorite Preset Views in the resulting Web Scene. |
| Z Scale | Double | The vertical exaggeration applied to the input field. This scale will be used to remove all vertical exaggeration prior to writing. |
| Compress Output | Boolean | Turning Compress Output off disables compression for the entire CTWS scene. If on, compression for individual modules can still be selectively excluded via red port options. |
| Include Preview Image | Boolean | When selected, a preview image is written into the CTWS file for easier display while file browsing in Windows Explorer and EVS. |
| Full Size Preview Image | Boolean | When selected and Include Preview Image is selected, the image will be saved at the resolution of the viewer. Otherwise a smaller default resolution will be used. |
| Run Sequences | Boolean | When selected, sequences will be run during the export process and their individual output will be included in the CTWS file. If not selected, only the current sequence state will be exported as a group object. |
| Restore Application Sequence States | Boolean | When selected, sequences will be restored to their initial state. This can save runtime if you don’t need a specific sequence state to be active. Otherwise, sequences will be left in their last state. |
Scene Information
| Property | Type | Description |
|---|---|---|
| Description | String | Allows the user to set the description in the output scene. |
| Author | String | Allows the user to set the author name on the output scene. |
| Organization | String | Allows the user to set the organization name on the output scene. |
| Project | String | Allows the user to set the project displayed in the output scene. |
| Status | String | Allows the user to set the status displayed in the output scene. |
| Restrictions | String | Allows the user to set the restrictions displayed in the output scene. |
Variables
| Property | Type | Description |
|---|---|---|
| S1 | String | A string value that can be used as the variable {S1} in the expression. |
Export Stage Script
| Property | Type | Description |
|---|---|---|
| Script Filename | String | The script called during the different stages of the export. This is intended to use with evs.get_export_stage() to allow operations to occur during the export process. |