Click or drag to resize

PCBFeature Class

Represents a single feature, or electronic component contined within a particular circuit of the panel.
Inheritance Hierarchy

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

The PCBFeature type exposes the following members.

Constructors
  NameDescription
Public methodPCBFeature
Initializes a new instance of the PCBFeature class
Top
Properties
  NameDescription
Public propertyCircuitId
A unique identifier designating which PCB circuit on the panel this component belongs to. If this feature is associated directly to the PCB panel, then the CircuitId will be 0 (Guid.Empty).
Public propertyFeatureType
The type of the feature this object represents.
Public propertyFootprintName
The name of the footprint definition associated with this feature.
Public propertyId
A unique identifier for this particular component (corresponds to the primary key in the FactoryLogix database)
Public propertyMountSide
The side of the PCB with which that this feature/component is associated.
Public propertyPartId
The unique identifier of an internal part number that may correlate to the reference of this feature.
Public propertyPartNumber
The internal part number associated with this feature.
Public propertyReferenceDesignator
A human readable unique identifier for this component, as assigned by the ECAD designer.
Public propertyRotation
The counter-clockwise rotation (in degrees) of the feature/component, relative to its footprint definition.
Public propertyX
The X coordinate of the feature/component, relative to its circuit origin.
Public propertyY
The Y coordinate of the feature/component, relative to its circuit origin.
Top
See Also