SoDBThreadInit Method |
Namespace: OIV.Inventor
This must be called before calling any other database routines, including the construction of any nodes, paths, engines, or actions. Application programs that use Open Inventor classes from more than one thread must call this method.
By default the database is initialize for single thread support.
In a multi threaded program, every thread that uses Open Inventor classes must call this method.