Click or drag to resize

Feature Class

A feature/charcteristic/property/attribute (of a panel, board, componemnt, etc.) to check.
Inheritance Hierarchy
SystemObject
  CFX.StructuresNamedObject
    CFX.Structures.PCBInspectionFeature

Namespace: CFX.Structures.PCBInspection
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Feature : NamedObject

The Feature type exposes the following members.

Constructors
 NameDescription
Public methodFeature 
Top
Properties
 NameDescription
Public propertyIsDefect The feature is out of its allowed limits, so it is assumed to be a defect. But a defect detected during inspection may have been identified as a "false call" in verification or may have been repaired.
Public propertyIsDetectedDefect The inspection has detected/classified this feature as defect.
Public propertyIsInspected This feature was checked. (The inspection may have been skipped due to a defect detected earlier, so further time consuming inspections are pointless.)
Public propertyIsRepaired The (eventual) defect was repaired successfully.
Public propertyIsVerified This (usually defective) feature was verified (AKA "classified") by a human.
Public propertyIsVerifiedDefect The verification (AKA "classification") by a human has confirmed a defect.
Public propertyValues List of values (of varying types).
Top
See Also