Click or drag to resize

RecipeModificationReason Enumeration

[This is preliminary documentation and is subject to change.]

Reasons why a recipe was modified at an endpoint

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
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.
See Also