AngleEnd Property
Applies To
Vision Objects: ArcFinder, ArcInspector, Contour, Edge
Description
Sets the end angle of the range which searches for circular objects.
Usage
VGet Sequence.Object.AngleEnd , var
VSet Sequence.Object.AngleEnd , 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
AngleStart + 10 to 360
Default: 135
Remarks
For ArcFinder, ArcInspector, Contour (ContourMode=Arc), and Edge(SearchType=Arc), sets the end position of the range to find or inspect circular objects. The range is between AngleStart and AngleEnd.
See Also
ArcFinder Object, ArcInspector Object, AngleStart Property, Contour Object, Edge Object