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

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

[FlagsAttribute]
public enum Cog3DVisionDataRerenderCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputRangeImage1 Create a subrecord for the input range image. This Image is by reference.
InputGreyImage2 Create a subrecord for the input grey image. This image is 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 Cog3DVisionDataRerenderTool generates when you call CreateCurrentRecord .
See Also