Note: This API is now obsolete.
Use this method if you need to use multi-threading with Open Inventor.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")]
public static void ThreadInit()
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")>
Public Shared Sub ThreadInit
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")]
static void ThreadInit()
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Open Inventor is always initialized in multithread mode.")>]
static member ThreadInit : unit -> unit
Remarks
This method must be called once in the main thread.
See Also