Polygon Convex Property Cognex VisionPro 9.25 SR1

True if the polygon is identical to the convex hull of its vertices, otherwise False.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public bool Convex { get; }

Property Value

Type: Boolean
Default 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