Angle2 Result

Applies To
Vision Objects: ArcFinder

Description
Returns the end angle of the circular object found by an ArcFinder Object.

Usage

VGet  Sequence.Object.Angle2[(result)], var
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 result.
result
Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.

Values
Real number representing the ending point angle of the found circular object.

Remarks
Angle2 Result returns the end angle of the circular object found by an ArcFinder Object in image coordinate system.

See Also
ArcFinder Object, Angle1Result