Cog3DTransformLinear Linear Property Cognex VisionPro 9.5
Gets whether this transform is linear.

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

public virtual bool Linear { get; }

Property Value

Type: Boolean
True if this 3D composed transform is linear; False otherwise.

Implements

ICog3DTransform Linear
See Also