Cog3DRangeImageCrossSectionAreaResult Constructor (Double, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2, Boolean, Cog3DVect2, Cog3DVect2)Cognex VisionPro
Constructs a Cog3DRangeImageCrossSectionAreaResult object.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public Cog3DRangeImageCrossSectionAreaResult(
	double area,
	bool pointsAboveReferenceProfileAreValid,
	Cog3DVect2 farthestPointAboveReferenceProfile,
	Cog3DVect2 closestPointAboveReferenceProfile,
	bool pointsBelowReferenceProfileAreValid,
	Cog3DVect2 farthestPointBelowReferenceProfile,
	Cog3DVect2 closestPointBelowReferenceProfile,
	bool leftAndRightPointsAreValid,
	Cog3DVect2 leftPoint,
	Cog3DVect2 rightPoint
)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also