AngleOffset Property
Applies To
Vision Objects: Correlation, Geometric, Polar
Description
An angle value which is used as an offset to line up the search direction indicator (graphic line on the image display) with the part since it is virtually impossible and normally impractical to teach an object with the proper rotation of a part so that the direction lines up with the part.
Usage
VGet Sequence.Object.AngleOffset, var
VSet Sequence.Object.AngleOffset, 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
- Real variable that will contain the value of the property.
- value
- Real number or expression for the new value of the property.
Value
Real number in degrees from -360 to 360
Default: 0
Remarks
The AngleOffset is used to adjust the rotation position of objects. Detection angle of the object is normally set at the default position which is 0 degrees (at 3 O'clock). For the AngleOffset property, the offset rotation angle in a counter clockwise direction of the detection angle should be set.
See Also
Polar Object, Correlation Object, Geometric Object