Sets this line according to the specified point and direction.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
One point on the line.
- direction3D
- Type: Cognex.VisionPro3D Cog3DVect3
The direction of the line.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when some properties change. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | if direction3D is a degenerate direction, i.e. (0,0,0). |
See Also