Enumeration of the non-diagnostic data that can be provided
in the tool's LasRunRecord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
[FlagsAttribute]
public enum Cog3DVisionDataStitchLastRunRecordConstants
[FlagsAttribute]
public enum Cog3DVisionDataStitchLastRunRecordConstants
<FlagsAttribute>
Public Enumeration Cog3DVisionDataStitchLastRunRecordConstants
<FlagsAttribute>
Public Enumeration Cog3DVisionDataStitchLastRunRecordConstants
[FlagsAttribute]
public enum class Cog3DVisionDataStitchLastRunRecordConstants
[FlagsAttribute]
public enum class Cog3DVisionDataStitchLastRunRecordConstants
|
| Member name | Value | Description |
|---|
| None | 0 |
Do not include any of the non-diagnostic data in the
LastRunRecord.
|
| OutputRangeImage | 1 |
Create a subrecord that references the output range image.
|
| OutputGreyImage | 2 |
Create a subrecord that references the output grey image.
|
| All | -1 |
Include all of the non-diagnostic data in the
LastRunRecord.
|
Use these constants with
LastRunRecordEnable
to specify the
tool records
that the Cog3DVisionDataStitchTool generates when you call
CreateLastRunRecord .