Click or drag to resize

FeatureType Enumeration

A flagged enumeration representing a type of feature.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[FlagsAttribute]
public enum FeatureType
Members
  Member nameValueDescription
PanelFiducial1 The feature is associated directly to the PCB panel.
CircuitFiducial2 The feature is associated to a particular PCB circuit on the panel
LocalFiducial4 The feature is a fiducial (reference mark) associated to a partiular feature.
ElectronicComponent8 The feature is an electronic component.
MechanicalItem16 The feature is a mechanical (non-electronic) component.
Hole32 The feature represents a hole that is drilled through the PCB.
Graphics64 The feature is an artistic rendering drawn on to the PCB.
Drill128 The feature represents a location where a hole should be drilled through the PCB.
Origin256 The feature represents the datum reference point (0, 0) for the PCB panel.
ElectronicComponentSocket512 The feature is a socket that is mounted to the PCB into which an electronic component will be mounted.
See Also