Cog3DPlane Normal Property Cognex VisionPro
Gets/sets the normal for this plane. The getter returns a unit vector.

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

public virtual Cog3DVect3 Normal { get; set; }

Property Value

Type: Cog3DVect3
The normal of this plane.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfNormal
  • SfGetTilt
  • SfGetRotation
Exceptions

ExceptionCondition
ArgumentException From the setter if normal is degenerate i.e. (0,0,0).
Cog3DException If the plane is degenerate.
See Also