hwISession GetH3DExportOptionsHandle

Obtain a handle to the session’s H3DExportOptions object.

Syntax

hwISession_handle GetH3DExportOptionsHandle myHandle

Application

HyperWorks Tcl Query

Inputs

myHandle
The name to be used for the H3DExportOptions handle.

Example

To obtain a handle to the session’s H3DExportOptions object:
hwi GetSessionHandle mySessionName
mySessionName GetH3DExportOptionsHandle myH3dOptions

Error

Success (0) or an error code (see below).

3 = HW_InvalidHandle - The handle used to invoke the method is no longer valid.

HW_AllocFailed - Out of memory.