Cog3DRangeImageVolumeCalculator PlaneSide Property Cognex VisionPro 9.23
Specifies which side of the plane to consider when computing the volume. Only range image pixels that are on the specified side of the plane will be used in computing the volume.

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

public Cog3DPlaneSideConstants PlaneSide { get; set; }

Property Value

Type: Cog3DPlaneSideConstants
The default is Cog3DPlaneSideConstants::IncreasingPlaneNormal.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfPlaneSide
See Also