Cog3DRangeImagePlaneEstimator PlaneDirection Property Cognex VisionPro
Gets or sets the plane direction.

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

public Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants PlaneDirection { get; set; }

Property Value

Type: Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants
The default plane direction positive image z direction.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfPlaneDirection
Exceptions

ExceptionCondition
ArgumentException If the argument supplied is not PositiveImageZ or NegativeImageZ.
Remarks

The plane direction specifies the direction in which the estimated plane's normal should point. Note that, regardless of the direction selected, the plane is always returned in selected space.
See Also