THistogramOutputPointDetails

The THistogramOutputPointDetails structure contains output point details for histogram calculations.

typedef struct {

double Arclength;

int RadialPos;

} THistogramOutputPointDetails;

Arclength

The line arc length of the output point.

RadialPos

The radial position of the output point, one of rpInner, rpOuter or rpMid.

See also

C_GetFatigueOutput.