Click or drag to resize

PCBFiducial Class

Represents a specific type of feature on a PCB, known as a fiducial. Fiducials are reference marks printed on to the circuit card that are used by robotic machine vision systems to better locate the PCB or specific features on the PCB.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PCBFiducial : PCBFeature

The PCBFiducial type exposes the following members.

Constructors
  NameDescription
Public methodPCBFiducial
Initializes a new instance of the PCBFiducial class
Top
Properties
  NameDescription
Public propertyFiducialFeatureId
The Id of the PCBFeature object referenced by this fiducial. This property is only applicable if the FiducialType property is set to FiducialType.Local.
Public propertyFiducialNumber
The sequence of this fiducial relative to other related fiducials that reference the same item or feature.
Public propertyFiducialType
An enumerated type describing the type of feature that is referenced by this fiducial mark.
Top
See Also