ICog3DShape IsEmpty Property Cognex VisionPro 9.23
Indicates if the set of points lying on the boundary of this shape is empty.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax

bool IsEmpty { get; }

Property Value

Type: Boolean
True if the set of points that lie on the boundary of this shape is empty, and false otherwise.
See Also