GetRadius

Returns the radius of the element centroid with respect to the absolute cylindrical coordinate system.

Calling convention:

bool GetRadius( double* val)
Argument Data type Description
val double* The radius of the element centroid.

You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.

Example:

double radius = 0.0;
boolResult = pContext->GetRadius(&radius);