hwIH3DExportOptions SetWriteEntityIDs

Sets whether the IDs should be written out with the file.

Syntax

hwIH3DExportOptions handle SetWriteEntityIDs flag

Application

HyperWorks Tcl Modify

Description

Largely ignored in the 6.0 and later. In previous versions, there was an advantage in efficiency to writing index-based files. This is no longer true.

Inputs

flag
True or false.

Example

To force indices to be written (no longer recommended):
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteEntityIDs false

Errors

None.