beautypg.com

Startpointtype property – Epson 5 User Manual

Page 178

background image

StartPointType Property

StartPointType Property

Applies To

Vision Objects: Edge, Line

Description

Specifies the type of start point to use for the line object. In most cases the start point type will be a point
(which usually means the PixelX and PixelY position of the StartPointObject). However, when the
StartPointObject for the current line is a 2nd Line object, the StartPointType property is used to define an
intersection point on the 2nd line such as the lines midpoint, endpoint, startpoint or perpendicular position.

Usage

VGet Sequence.Object.StartPointType, var

VSet Sequence.Object.StartPointType, value

Sequence Name of a sequence or string variable containing a sequence name.

Object

Name of an object or string variable containing an object name. The object must exist in the
specified sequence.

var

Integer variable that will contain the value of the property.

value

Integer expression for the new value of the property.

Values

StartPointObject = Line

StartPointObject = Screen, Blob, Correlation, Geometric, Edge, or
Point object

See remarks.
Default: 2 - MidPoint

0 - Point
When used with objects other than the Line object, the StartPointType can
only be of type 0 - Point.

Default: 0 - Point

164

Vision Guide 5.0 Reference (Ver.5.3) Rev.1