Cog3DSphere IsEmpty Property Cognex VisionPro
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: 65.1.0.0
Syntax

public virtual 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.

Implements

ICog3DShape IsEmpty
See Also