Gocator API > Go2.Data > Classes > Go2PartData > Functions > Go2PartData_RangesAt
Gocator 2x00 API
Go2PartData_RangesAt
Description

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

C
Go2Int16* Go2PartData_RangesAt(Go2PartData data, Go2UInt32 rowIndex);
Parameters
Parameters 
Description 
Go2PartData data 
Go2ProfileData object. 
Go2UInt32 rowIndex 
Index of the desired row. 
Returns

Pointer to the first range value in the specified row.

File

Go2DataTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.