Cog3DRangeImageCrossSectionNearestPoint Constructor (Cog3DRangeImageCrossSectionNearestPoint)Cognex VisionPro 9.5
Construct a deep copy of the supplied Cog3DRangeImageCrossSectionNearestPoint object.

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

public Cog3DRangeImageCrossSectionNearestPoint(
	Cog3DRangeImageCrossSectionNearestPoint other
)

Parameters

other
Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionNearestPoint
The Cog3DRangeImageCrossSectionNearestPoint object to be copied.
Exceptions

ExceptionCondition
ArgumentNullException If the supplied argument is null.
Remarks

The copy constructor is meant to be used with the collection copy constructor. The Point and LineSegment properties refer to internal ids within the operators collection and their values are meaningless outside a collection.
See Also