CogImage16Range Constructor (ICog3DTransform)Cognex VisionPro
Construct a new instance of this class using the supplied RootFromSensor3D transform.

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

public CogImage16Range(
	ICog3DTransform RootFromSensor3D
)

Parameters

RootFromSensor3D
Type: Cognex.VisionPro3D ICog3DTransform
An ICog3DTransform that specifies the mapping from "Sensor3D" space to root space. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also