|
|
THistogramOutputPointDetails |
| Note: | THistogramOutputPointDetails has been superseded by THistogramOutputPointDetails2. We recommend that any new code you write uses THistogramOutputPointDetails2. |
The THistogramOutputPointDetails structure contains output point details for histogram calculations.
typedef struct {
double Arclength;
int RadialPos;
} THistogramOutputPointDetails;
The line arc length of the output point.
The radial position of the output point, one of rpInner, rpOuter or rpMid.
| Note: | The rpSpecified value for RadialPos is not supported by this structure. You should uses THistogramOutputPointDetails2 instead. |