hwIH3DExportOptions GetWriteEntityIDs
Queries whether entity IDs will be written with the file.
Syntax
hwIH3DExportOptions_handle GetWriteEntityIDs
Application
Tcl Query
Description
Returns true or false, depending on whether writing entity IDs is enabled.
Largely ignored in 6.0 and later. In previous versions, there was an advantage in efficiency to writing index-based files. This is no longer true.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteEntityIDs
Errors
None.