Sets this plane according to the specified 3 points. If the 3 points are
collinear or coincident, then the plane is degenerate, else constructs
a plane with a normal determined by (pB - pA) crossProduct (pC - pA).
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- pointA3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
- pointB3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
- pointC3D
- Type: Cognex.VisionPro3D Cog3DVect3
One of the 3 points used to define this plane.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when some properties change. The following state flags may be affected:
|
See Also