Cog3DVisionDataStitchCurrentRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of the data that can be provided in the tool's CurrentRecord.

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

[FlagsAttribute]
public enum Cog3DVisionDataStitchCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputRangeImages1 Create a subrecord for each of the input range images. Images are by reference.
InputGreyImages2 Create a subrecord for each of the input grey images. Images are by reference.
SetupImage4 Create a subrecord for the cached, maximally sized setup image.
DestinationRectangle8 Add an interactive CogRectangle as a subrecord of the SetupImage subrecord. This rectangle is coupled to the RunParam's OutputImageXMin, OutputImageXMax, OutputImageYMin, and OutputImageYMax parameters.
All-1 Include all possible records in the CurrentRecord.
Remarks

Use these constants with CurrentRecordEnable to specify the tool records that the Cog3DVisionDataStitchTool generates when you call .
See Also