hwIH3DExportOptions SetWriteHTML
Sets whether an HTML file will be generated.
Syntax
hwIH3DExportOptions_handle SetWriteHTML flag
Application
Tcl Modify
Description
When enabled, an HTML file is created which displays the exported H3D file.
Inputs
- flag
- True or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteHTML true
Error
None.