Use this method if you need to use multi-threading with Open Inventor.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void ThreadInit()
Public Shared Sub ThreadInit
public:
static void ThreadInit()
static member ThreadInit : unit -> unit
Remarks
This method must be called once in the main thread.
See Also