GetRotationalSpeed
Returns the rotational speed computed at the element centroid.
Calling convention:
bool GetRotationalSpeed (double* val)
| Argument | Data type | Description |
|---|---|---|
| val | double* | The rotational speed. |
You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.
Example:
double rotationalSpeed = 0.0;
boolResult = pContext->GetRotationalSpeed(&rotationalSpeed);
