Cog3DPlane SetPoints Method Cognex VisionPro 9.7
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.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public void SetPoints(
	Cog3DVect3 pointA3D,
	Cog3DVect3 pointB3D,
	Cog3DVect3 pointC3D
)
Events

Event TypeReason
ICogChangedEvent Changed

Fires when some properties change.

The following state flags may be affected:

  • SfNormal
  • SfGetTilt
  • SfGetRotation
  • SfOffset
  • SfIsDegenerateSurface
See Also