Representing a physical object (panel, board, component, fiducial, pin) with features to check
during inspection.
Inheritance Hierarchy Namespace: CFX.Structures.PCBInspectionAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class InspectionObject : NamedObject
Public Class InspectionObject
Inherits NamedObject
The InspectionObject type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Features |
Features to check during inspection, like "Presence", "Displacement", "Height".
|
 | IsDefect |
The inspection object is defective, i.e.
- it was detected as defect,
- not verified as "false call", and
- not repaired.
|
 | IsRepaired |
The inspection object as a whole was repaired. (E.g. by replacing the whole component.)
|
Top
See Also