hwIH3DExportOptions GetWriteAttributes
Queries whether attributes will be written out with graphical entities.
Syntax
hwIH3DExportOptions_handle GetWriteAttributes
Application
HyperWorks Tcl Query
Description
Returns true or false, depending on whether writing attributes is enabled.
Graphical entities, such as components, can have attributes, including color or polygon style (shaded versus wireframe). If attributes are not written, default attributes will be applied to the file when it is loaded.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
options_handle GetWriteAttributes
Errors
None.