DefectLevel Result
Applies To
Vision Object: Arc Inspector, Line Inspector
Description
Returns the level of a defect in pixels.
Usage
VGet Sequence.Object.DefectLevel[(result)], var
- 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 result.
- result
- Optional integer result number from 1 to the NumberOfResults property. If omitted, the result number is the CurrentResult.
Values
Values are in pixels and can be negative or positive.
Remarks
The DefectLevel is the maximum distance of an edge from the line or arc being inspected in pixels. DefectLevel will be greater than DefectLevelThreshPos or less than DefectLevelThreshNeg.
See Also
ArcInspector Object, DefectLevelThreshNeg Property, DefectLevelThreshPos Property, LineInspector Object