C_SetModelThreadCount

Call C_SetModelThreadCount to set the number of processing threads which OrcFxAPI uses for calculations.

void C_SetModelThreadCount(

TOrcFxAPIHandle ModelHandle,

int ThreadCount,

int *lpStatus

);

Parameters

ModelHandle (IN)

Can be a model handle, a fatigue handle or a diffraction handle.

ThreadCount (IN)

The number of processing threads.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See Also

C_GetModelThreadCount.