Click or drag to resize

MaterialSetupRequirement Class

Describes a single, specific material setup requirement at a particular process endpoint. Includes the material / part that must be loaded at the endpoint, along with the specific location where the material must be loaded (where applicable), valid alternate part numbers that may be substituted for the primary part, and any applicable AML (Approved Manufacturer List) restrictions.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialSetupRequirement

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialSetupRequirement

The MaterialSetupRequirement type exposes the following members.

Constructors
 NameDescription
Public methodMaterialSetupRequirement Default constructor
Top
Properties
 NameDescription
Public propertyApprovedAlternateParts An optional list of approved alternate parts (internal part numbers) that may be substituted for the primary part.
Public propertyApprovedManufacturerParts An optional list of specific manufacturer part numbers that must be utilzed. When specified, a part will only be acceptable if both its internal part number matches the PartNumber property (or Alternates), AND its manufacturer part number matches one of the parts specified in the ApprovedManufacturerParts property.
Public propertyPartNumber The internal part number of the part that must be loaded at this position.
Public propertyPosition The position where the required material must be installed on the Endpoint (optional). Where applicable, a dot (".") notation should be utilized to designate specific positions. Examples: MODULE1.FRONT.Pos23, STAGE2.BANK1.Pos44, etc.
Top
See Also