hwIH3DExportOptions SetCompressionLevel

Sets the level of non-lossy compression.

Syntax

hwIH3DExportOptions_handle SetCompressionLevel level

Application

HyperWorks Tcl Modify

Description

This command covers only non-lossy compression. The default value for the level is 7, which gives a good balance between speed and size-reduction. The better the compression, the slower the file may be to write.

Inputs

level
A number from zero to nine.

Example

To increase the level of lossless compression from the default (7) to the maximum (9):
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetCompressionLevel 9

Error

None.