<< Click to Display Table of Contents > 

Scanner Card Interface > SCI Functions > Mark Line

Mark Line
Previous pageReturn to chapter overviewNext page

Return value

Function / Property name

Parameter

long

ScMarkLine()

double x0,double y0,double x1,double y1

long

ScSCIMarkLine()

double x0,double y0,double x1,double y1

Table 93: MarkLine

This function marks a line starting at coordinates x0, y0 and ending at x1, y1. Alternatively the ScMoveAbs() function can be used, too. This operation uses the current mark speed value for the movement.

Return value

Function / Property name

Parameter

long

ScMarkLine3D()

double x0,double y0,double z0,double x1,double y1,double z1

long

ScSCIMarkLine3D()

double x0,double y0,double z0,double x1,double y1,double z1

Table 94: MarkLine3D

Using this function a three-dimensional line can be marked starting at coordinates x0, y0, z0 and ending at x1, y1, z1. This operation uses the current mark speed value for the movement.