Click or drag to resize

RecipeModificationReason Enumeration

Reasons why a recipe was modified at an endpoint

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum RecipeModificationReason
Members
Member nameValueDescription
Unspecified0 Unspecified reason
NewRecipe1 Newly created recipe
NewRevision2 New revision of an existing recipe
UpdatedGeometry3 Geometric information was updated
UpdatedBOM4 Bill of Materials information was updated
PositionalCorrection5 Correction to positional information
RotationalCorrection6 Correction to rotational information
VisionSystemCorrection7 Correction to information needed by vision system.
RecipeDeleted8

** NOTE: ADDED in CFX 1.2 **

The recipe has been deleted
See Also