hwIH3DExportOptions GetWriteAnimation

Queries whether animation data will be exported with the model.

Syntax

hwIH3DExportOptions_handle GetWriteAnimation

Application

HyperWorks Tcl Query

Description

Returns true or false, depending on whether compression is enabled.

If animation data is not written out with the file, the output can only be used as a model file. However, the file will be much smaller in most cases without the additional data.

Example

To check if animation data will be written:
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteAnimation

Error

None.