Gets or sets the plane direction.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants PlaneDirection { get; set; }public Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants PlaneDirection { get; set; }Public Property PlaneDirection As Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants
Get
Set
Public Property PlaneDirection As Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants
Get
Set
public:
property Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants PlaneDirection {
Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants get ();
void set (Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants value);
}public:
property Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants PlaneDirection {
Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants get ();
void set (Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants value);
}Property Value
Type:
Cog3DRangeImagePlaneEstimatorPlaneDirectionConstants
The default plane direction positive image z direction.
| Exception | Condition |
|---|
| ArgumentException |
If the argument supplied is not PositiveImageZ or NegativeImageZ.
|
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.