Go2PartData functions.
|
Function |
Description |
|
Gets the number of rows in the part data. | |
|
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 | |
|
Gets the source for the part data. | |
|
Gets the number of columns in the part data. | |
|
Gets the x offset of the part data. This value does not bear any relationship to the configured active area. | |
|
Gets the x resolution of the profile data. This is a scaling factor used to convert profile data into actual units (mm). This value does not bear any relationship to the configured system X resolution. | |
|
Gets the y offset of the part data. This is a measure of distance traveled since the last system start. | |
|
Gets the y resolution of the profile data. | |
|
Gets the z resolution of the profile data. This is a scaling factor used to convert profile data into actual units (mm). This value does not bear any relationship to the configured system Z resolution. | |
|
Gets the z offset of the part data. Will always be zero as range data is returned from the sensor with offsets applied. This value does not bear any relationship to the configured active area. |