Cog3DRangeImageVolumeCalculatorTool BasePlane Property Cognex VisionPro
The calculated volume is the volume bounded by the range image surface and this plane (on the 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