GetThickness
Returns the element thickness. For solid elements, it returns 0 thickness.
Calling convention:
bool GetThickness (double* val)
Argument | Data type | Description |
---|---|---|
val | double* | The element thickness. |
You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.
Example:
double thickness = 0.0;
boolResult = pContext->GetThickness(&thickness);