hwIH3DExportOptions GetWriteResults

Gets whether the contour, vector, or tensor data should be written.

Syntax

hwIH3DExportOptions_handle GetWriteResults

Application

HyperWorks Tcl Query

Description

Returns true or false, depending on whether writing results is enabled.

By default, any contour, tensor, or vector data displayed in HyperView is written out. Disabling this behavior results in a smaller file.

Example

To check if results are written:
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteResults

Errors

None.