Sets this plane using the specified point (a point in the plane)
and the specified normal.
The specified normal is normalized to a unit vector.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- pointOnPlane3D
- Type: Cognex.VisionPro3D Cog3DVect3
A point on the plane.
- normal3D
- Type: Cognex.VisionPro3D Cog3DVect3
The normal of the plane. The specified normal is normalized to a unit vector.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when some properties change. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If normal3D is (0,0,0). |
See Also