RadiusInner Property
Applies To
Vision Object: ArcFinder, ArcInspector, Contour
Description
Sets and returns the inner diameter of the detection area.
Usage
VGet Sequence.Object.RadiusInner, var
VSet Sequence.Object.RadiusInner, 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 less than or equal to RadiusOuter ( 5.
Default: 50
Remarks
Sets and returns the inner diameter of the search area. RadiusInner 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, RadiusOuter Property, Direction Property