hwIH3DExportOptions GetWriteHTML

Queries whether an HTML file will be generated.

Syntax

hwIH3DExportOptions_handle GetWriteHTML

Application

HyperWorks Tcl Query

Description

Returns true or false, depending on whether writing an associated HTML file is enabled.

If the HyperView Player Browser plug-in has been installed, HyperView can generate an HTML file with the H3D output that will display the H3D file on a web page on any machine.

Example

To check if entity IDs will be written:
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteEntityIDs

Errors

None.