Cog3DRangeImageHeightCalculatorTool BasePlane Property Cognex VisionPro
The calculated height is the distance of the range image pixels from this plane (see also PlaneSide).

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

public Cog3DPlane BasePlane { get; set; }

Property Value

Type: Cog3DPlane
The default is a horizontal plane at z = 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfBasePlane
Remarks

If BasePlane is set to null a horizontal plane at z = 0 will be used.
See Also