hwIH3DExportOptions SetWriteSolidsAsFaces
Dictates whether solids will be written as 3D elements or 2D faces.
Syntax
hwIH3DExportOptions_handle SetWriteSolidsAsFaces flag
Application
HyperWorks Tcl Modify
Description
If enabled, this option writes out wetted faces as shells, saving space over writing the complete set of solid elements. However, only nodal contour data can be displayed on the resulting faces. (This option only works in the old engine and is depricated).
Inputs
- flag
- True or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle option_handle
option_handle SetWriteSolidsAsFaces true
Errors
None.