How much faster is the licensed version of the C3Dserver than the free version?
The free demonstration version of the C3Dserver inserts a small delay (about 5ms) after each C3Dserver function – this delay is removed in the licensed version of the C3Dserver. more ยป As a result, the difference in execution speed between the free version and the licensed version depends on the way that your program uses the C3Dserver functions – for example, let us consider two programs written to use the C3Dserver – both execute in 20 seconds using the demonstration version. Program 1 opens a C3D file, reads a number of parameters and performs a complex calculation before updating the parameters and closing the C3D file. This program calls the C3Dserver 80 times so using the licensed version of the C3Dserver will reduce the execution time by 400ms (80*5ms) – the program will run in 19.6 seconds using the licensed version of the C3Dserver. Program 2 opens a C3D file, reads some parameters and then reads 900 frames of data, performs a simple filter operation on the data and rewrites t