Cog3DAlignTool Pattern Property Cognex VisionPro
Gets or sets the pattern to be used when this 3DAlign tool is run. The tool will search for instances of this pattern in the runtime input image.

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

public Cog3DAlignPattern Pattern { get; set; }

Property Value

Type: Cog3DAlignPattern
The pattern to use at runtime. Default value is a default constructed Cog3DAlignPattern object.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flags may be affected:
Remarks

The pattern must be configured and trained before it can be used to locate pattern instances. You can configure the pattern using its properties and then train it using the Train  method. After training is completed the pattern holds additional trained data that is used at runtime.
See Also