RadiusOuter Property
Applies To
Vision Object: ArcFinder, ArcInspector Contour
Description
Sets and returns the outer diameter of the detection area.
Usage
VGet Sequence.Object.RadiusOuter, var
VSet Sequence.Object.RadiusOuter, value
- 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 property.
- value
- Real value or expression for the new value of the property .
Values
The value is in pixels and must be greater than or equal to RadiusInner + 5.
Default: 100
Remarks
Sets and returns the outer diameter of the search area. RadiusOuter can also be changed by dragging the search area using a mouse in the Vision Guide GUI. In this case, the property value will be updated automatically.
See Also
ArcFinder Object, ArcInspector Object, Contour Object, RadiusInner Property, Direction Property