Click or drag to resize

OffsetMeasurement Class

Describes the results of measurements that were made on the position of a specific PCB component.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.Structures.PCBInspectionOffsetMeasurement

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

The OffsetMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodOffsetMeasurement 
Top
Properties
 NameDescription
Public propertyDX The x offset of the component from center (in mm)
Public propertyDY The y offset of the component from center (in mm)
Public propertyDZ The z offset of the component from level (in mm)
Public propertyRXY The counter-clockwise rotational offset on the X-Y plane (in degrees)
Public propertyRZX The counter-clockwise rotational offset on the Z-X plane (in degrees)
Public propertyRZY The counter-clockwise rotational offset on the Z-Y plane (in degrees)
Top
See Also