Sets this plane using the specified normal and an offset.
The offset is the translation of the plane from the origin
along the normal direction.
The specified normal is normalized to a unit vector.
Namespace: Cognex.VisionPro3DNote that the following point is on the plane: offset * normal3D / normal3D.Length
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- normal3D
- Type: Cognex.VisionPro3D Cog3DVect3
The normal of the plane. The specified normal is normalized to a unit vector.
- offset
- Type: System Double
The translation of the plane from the origin along the normal direction.
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