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