Cog3DPlane 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

public virtual bool IsDegenerateSurface { get; }

Property Value

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

Implements

ICog3DSurface IsDegenerateSurface
See Also