Overlapped Result
Applies To
Vision Objects: Geometric
Description
Returns whether found objects overlap each other.
Usage
VGet Sequence.Object.Overlapped[(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
- Boolean integer to acquire the result value.
- result
- Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
- -1 - True: Overlap
- 0 - False: Not overlap
Remarks
Returns whether found objects overlap each other. Overlapping will be found based on overlapping of model windows. When NumberToFind is set to 2 or larger and some workpieces are found, the result whether the workpieces overlap each other will be returned.
See Also
Geometric Object, NumberToFind Property, RejectOnEdge Property