Gets/sets the direction of this ray. The getter returns a unit vector.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Cog3DVect3The direction of the ray.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If direction3D is degenerate i.e. (0,0,0). |
| Cog3DException | From the getter if the ray is degenerate. |
See Also