Click or drag to resize

InspectedPanel Class

** NOTE: ADDED in CFX 1.6 **

Describes the results of a series of inspections performed on a panel.
Inheritance Hierarchy
SystemObject
  CFX.StructuresInspectedPanel

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

The InspectedPanel type exposes the following members.

Constructors
 NameDescription
Public methodInspectedPanel Default constructor
Top
Properties
 NameDescription
Public propertyFiducials This structure represents a Fiducial element. It is used to enrich the panel
Public propertyInspections A list of the inspections performed, along with the results
Public propertyOverallResult The overall result of the inspections performed on this panel
Public propertyRecognizedStrokeDirection Recognized Squeegee stroke direction
Public propertyStretch Relative stretch ratio of the inspected panel (e.g., value = 1 no stretch / no shrinkage) value between 0 and 1: shrinkage; value above 1: stretch value null: not possible to send this information
Public propertyTotalInspectionCount The count of all the inspections performed. If The Inspections array includes both passed and failed inspections then this parameter would just be the length of that array. However if only failed inspections are included in the Inspections array then just the number of inspections performed (passing and failing) can be communicated here so that receiving system can calculate defect rates.
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyVerification The overall result of the verification of the defect
Top
See Also