THistogramOutputPointDetails2

The THistogramOutputPointDetails2 structure contains output point details for histogram calculations.

typedef struct {

double Arclength;

int RadialPos;

double r;

} THistogramOutputPointDetails;

Arclength

The line arc length of the output point.

RadialPos

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

r

The specified radius value, used only when RadialPos is rpSpecified. For other values of RadialPos this member's value is undefined.

See also

C_GetFatigueOutput.