hwIH3DExportOptions SetWriteHTML

Sets whether an HTML file will be generated.

Syntax

hwIH3DExportOptions_handle SetWriteHTML flag

Application

HyperWorks Tcl Modify

Description

When enabled, an HTML file is created which displays the exported H3D file.

Inputs

flag
True or false.

Example

To disable writing out the HTML file:
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteHTML true

Error

None.