Cog3DRange Intersect Method Cognex VisionPro 9.7
Intersect this range with another range.

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

public Cog3DRange Intersect(
	Cog3DRange other
)

Return Value

Type: Cog3DRange
A new range resulting from the intersection of this range and other.
See Also