SeparationMinY Property
Applies To
Vision Objects: Geometric
Description
Sets / returns the minimum distance along the Y axis allowed between found objects.
Usage
VGet Sequence.Object.SeparationMinY, var
VSet Sequence.Object.SeparationMinY, 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.
Values
Real value from 0 to 100% of model width
0 = Disabled
Default: 10
Remarks
Use SeparationMinY to specify the minimum distance along the Y axis required between found objects. SeparationMinY is a percentage of model height.
SeparationMinY works with SeparationAngle, SeparationMinX, SeparationScale. Note that only one separation condition needs to be satisfied for objects to be considered found.
See Also
Geometric Object, SeparationAngle Property, SeparationMinX Property, SeparationScale Property