True if the polygon is identical to the convex hull of its vertices, otherwise False.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Property Value
Type: BooleanDefault Value: True
Remarks
True if the polygon is identical to the convex hull of its vertices, False otherwise. The convex hull of a polygon is the polygon that would result if you were to stretch a rubber band around the vertices. A polygon with 0 or 1 vertex is convex.
See Also