Cog3DTransformRotation IsIdentity Property Cognex VisionPro 9.21
Gets whether this transform is identity.

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

public virtual bool IsIdentity { get; }

Property Value

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