A flagged enumeration representing a type of feature.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax [FlagsAttribute]
public enum FeatureType
<FlagsAttribute>
Public Enumeration FeatureType
[FlagsAttribute]
public enum class FeatureType
[<FlagsAttribute>]
type FeatureType
Members
| Member name | Value | Description |
---|
| PanelFiducial | 1 |
The feature is associated directly to the PCB panel.
|
| CircuitFiducial | 2 |
The feature is associated to a particular PCB circuit on the panel
|
| LocalFiducial | 4 |
The feature is a fiducial (reference mark) associated to a partiular feature.
|
| ElectronicComponent | 8 |
The feature is an electronic component.
|
| MechanicalItem | 16 |
The feature is a mechanical (non-electronic) component.
|
| Hole | 32 |
The feature represents a hole that is drilled through the PCB.
|
| Graphics | 64 |
The feature is an artistic rendering drawn on to the PCB.
|
| Drill | 128 |
The feature represents a location where a hole should be drilled through the PCB.
|
| Origin | 256 |
The feature represents the datum reference point (0, 0) for the PCB panel.
|
| ElectronicComponentSocket | 512 |
The feature is a socket that is mounted to the PCB into which an electronic component will be mounted.
|
See Also