hwIH3DExportOptions SetWriteDisplayedComponents
Sets whether only visible components will be written.
Syntax
hwIH3DExportOptions_handle SetWriteDisplayedComponents flag
Application
HyperWorks Tcl Modify
Description
You can choose not to have entities that have been turned off written in the file. This can save considerable space, because element and node information for these entities will also not be written. The default for this option is for it be on.
Inputs
- flag
- True or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteDisplayedComponents true
Error
None.