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