Gets a pointer to the part profile data at the specified row index. Each row data is a 1-dimensional array of z-data, spaced XResolution steps apart. The calculation for each point is: X: XOffset + index * XResolution Z: ZOffset + ranges[index] * ZResolution Y: YOffset + rowIndex * YResolution Invalid ranges are equal to GO2_INVALID_RANGE
Go2Int16* Go2PartData_RangesAt(Go2PartData data, Go2UInt32 rowIndex);
|
Parameters |
Description |
|
Go2PartData data |
Go2ProfileData object. |
|
Go2UInt32 rowIndex |
Index of the desired row. |
Pointer to the first range value in the specified row.
Go2DataTypes.h