hwIH3DExportOptions GetWriteDisplayedComponents
Queries whether only visible components will be written.
Syntax
hwIH3DExportOptions_handle GetWriteDisplayedComponents
Application
HyperWorks Tcl Query
Description
Returns true or false, depending on whether writing displayed components only is enabled.
Sometimes, only part of a model is of interest. The remainder of the model can then be rendered invisible by turing off components. In some cases, it is desireable to write out only the remaining portion of the model and the related results.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteDisplayedComponents
Errors
None.