C_GetModelThreadCount

Call C_GetModelThreadCount to find out the number of processing threads which OrcFxAPI uses for calculations.

int C_GetModelThreadCount(

TOrcFxAPIHandle ModelHandle,

int *lpStatus

);

Parameters

ModelHandle (IN)

Either a model handle or a fatigue handle.

lpStatus (OUT)

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

Return Value

The number of processing threads.

See Also

C_SetModelThreadCount.