Cog3DTransformRigid IsIdentity Property Cognex VisionPro 9.8
Gets whether this transform is identity.

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

public virtual bool IsIdentity { get; }

Property Value

Type: Boolean
True if this 3D rigid transform is identity; False otherwise.
See Also