hwIH3DExportOptions SetWriteAttributes

Dictates whether attributes will be written out with graphical entities.

Syntax

hwIH3DExportOptions_handle SetWriteAttributes flag

Application

HyperWorks Tcl Modify

Description

Entities in H3D can have attributes associated with them, such as color. This call sets whether these attributes are written in the file. If they are, the file will be slightly larger.

Inputs

flag
True or false.

Example

To disable writing attributes:

hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteAttributes false

Errors

None.