ICog3DSurface IsDegenerateSurface Property Cognex VisionPro
Determines whether or not this surface shape is degenerate. This occurs when surface shapes have an area of 0.

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

bool IsDegenerateSurface { get; }

Property Value

Type: Boolean
True, if this surface shape is degenerate (area = 0), else returns false.
See Also