|
|
C_SetSimulationDrawFrequencyDomainSolveType |
C_SetSimulationDrawFrequencyDomainSolveType sets the model's frequency domain solve type used for drawing.
| Note: | This function, and the state that it refers to, are only relevant when working with frequency domain simulations that use the low frequency, combined linearisation solution frequencies. In this particular scenario both wave frequency and low frequency solves have been performed, and it is necessary to specify which solve is used for drawing. |
The solve type controls the way drawing functions (C_CreateModel3DViewBitmap, C_SaveModel3DViewBitmapToFile, etc.) behave. These functions draw an OrcaFlex model and the frequency domain solve type is controlled by this function. The C_GetSimulationDrawFrequencyDomainSolveType function can be called to retrieve the current value of solve type.
void C_SetSimulationDrawFrequencyDomainSolveType(
);
The handle of the model.
The solve type used by drawing functions. Subsequent calls to drawing functions will use the solve type specified by this parameter when drawing the model.
The solve type must be one of the following values: fdstLatest, fdstWaveFrequency or fdstLowFrequency, as documented for the TObjectExtra2 structure.
Points to a variable in which the status result for the function call will be returned.
C_CreateModel3DViewBitmap, C_DrawModel3DViewToBitmapCanvas, C_GetSimulationDrawFrequencyDomainSolveType, C_SaveModel3DViewBitmapMem, C_SaveModel3DViewBitmapToFile, C_SaveModel3DViewMetafileMem, C_SaveModel3DViewMetafileToFile, C_SetSimulationDrawTime.