hwIH3DExportOptions SetCompressOutput
Sets whether to apply compression to results during output.
Syntax
hwIH3DExportOptions_handle SetCompressOutput flag
Application
HyperWorks Tcl Query
Description
Compression is comprised by two processes: lossy and non-lossy. To produce lossless compression, turn compression on and set the allowable error to zero.
This command is related to the H3D option on the Publish Session dialog.
Inputs
- flag
- True or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetCompressOutput true
Errors
None.