Constructs a Cog3DRangeImageCrossSectionAreaResult object.
Namespace: Cognex.VisionPro3DAssembly: 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 )
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
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also