Constructs a 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: 65.1.0.0
Syntax
Parameters
- pointOnPlane3D
- Type: Cognex.VisionPro3D Cog3DVect3
A point on the plane being constructed.
- normal3D
- Type: Cognex.VisionPro3D Cog3DVect3
The normal of the plane being constructed. The specified normal is normalized to a unit vector.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If normal3D is (0,0,0). |
See Also