Cog3DPatMaxTool Pattern Property Cognex VisionPro 9.22
Gets or sets the pattern to be used when this 3DPatMax tool is run. The tool will search for instances of this pattern in the runtime input vision data.

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

public Cog3DPatMaxPattern Pattern { get; set; }

Property Value

Type: Cog3DPatMaxPattern
The pattern to use at runtime. Default value is a default constructed Cog3DPatMaxPattern 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