Click or drag to resize

MaterialsJoined Class

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

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class MaterialsJoined : CFXMessage

The MaterialsJoined type exposes the following members.

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