hwIH3DExportOptions SetWriteResults
Controls writing contour, vector, and tensor data.
Syntax
hwIH3DExportOptions_handle SetWriteResults flag
Application
HyperWorks Tcl Modify
Description
Conserves disk space at the expense of losing data. Defaults to true.
Inputs
- flag
- True or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteResults false
Errors
None.