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)

Either a model handle or a fatigue 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.