CogImage16Range PixelFromRootTransform3D Property Cognex VisionPro 9.22 SR1
Get or set the transform that maps from three dimensional root space to pixel space.

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

public ICog3DTransform PixelFromRootTransform3D { get; set; }

Property Value

Type: ICog3DTransform
Events

Exceptions

ExceptionCondition
ArgumentNullException If NewVal is null.
See Also