SearchWinAngleEnd Property
Applies To
Vision Objects: Blob, Correlation, Geometric, OCR
Description
Sets the end angle of the search window when SearchWinType property is Arc.
Usage
VGet Sequence.Object.SearchWinAngleEnd, var
VSet Sequence.Object.SearchWinAngleEnd, value
- Sequence
- 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
- Real variable that will contain the value of the property.
- value
- Real expression for the new value of the property .
Values
SearchWinAngleStart + 10 to 360 degrees
Default: 45 degrees
Remarks
When SearchWinType property is Arc, use SearchWinAngleEnd property to set the end angle of the search window. SearchWinAngleEnd property must be greater than or equal to SearchWinAngleStart property + 10 degrees. SearchWinAngleEnd property can also be changed by dragging the search window handle using a mouse in the Vision Guide GUI. In this case, the property value will be updated automatically.
See Also
Blob Object, Correlation Object, Geometric Object, OCR Object, SearchWinType Property, SearchWinAngleStart Property, SearchWinRadiusInner Property, SearchWinRadiusOuter Property