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

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.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
)

Parameters

area
Type: System Double
The are value.
pointsAboveReferenceProfileAreValid
Type: System Boolean
farthestPointAboveReferenceProfile
Type: Cognex.VisionPro3D Cog3DVect2
closestPointAboveReferenceProfile
Type: Cognex.VisionPro3D Cog3DVect2
pointsBelowReferenceProfileAreValid
Type: System Boolean
farthestPointBelowReferenceProfile
Type: Cognex.VisionPro3D Cog3DVect2
closestPointBelowReferenceProfile
Type: Cognex.VisionPro3D Cog3DVect2
leftAndRightPointsAreValid
Type: System Boolean
leftPoint
Type: Cognex.VisionPro3D Cog3DVect2
rightPoint
Type: Cognex.VisionPro3D Cog3DVect2
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also