Click or drag to resize

MaterialsJoined Class

Sent when two separate material packages (containing the same part) are joined together. For example, as in the case of the splicing together of multiple reels of embossed tape containing SMD parts.
{
  "LeadingMaterialPackage": {
    "UniqueIdentifier": "MAT4566589856",
    "InternalPartNumber": "IPN45577",
    "Quantity": 151.0
  },
  "TrailingMaterialPackage": {
    "UniqueIdentifier": "MAT4563453457",
    "InternalPartNumber": "IPN45577",
    "Quantity": 151.0
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementMaterialsJoined

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialsJoined : CFXMessage

The MaterialsJoined type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsJoined 
Top
Properties
 NameDescription
Public propertyLeadingMaterialPackage Of the two material packages being joined, the material package which will be consumed first after joining
Public propertyTrailingMaterialPackage Of the two material packages being joined, the material package which will be consumed last after joining
Top
See Also