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: 1.7.3
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