Click or drag to resize

PCBCircuit Class

Represents a single instance of a particular circuit imprinted into a printed circuit board (PCB) panel.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPCBCircuit

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 PCBCircuit

The PCBCircuit type exposes the following members.

Constructors
  NameDescription
Public methodPCBCircuit
Initializes a new instance of the PCBCircuit class
Top
Properties
  NameDescription
Public propertyCircuitId
A unique identifier defining the unique circuit definition associated with this circuit instance.
Public propertyCircuitOrder
An integer representing the sequence of this circuit instance within the panel.
Public propertyId
A unique identifier for this particular circuit instance (corresponds to the primary key in the FactoryLogix database)
Public propertyIsFlippedX
Whether or not this circuit instance is flipped (in X axis) relative to its normal position.
Public propertyIsFlippedY
Whether or not this circuit instance is flipped (in Y axis) relative to its normal position.
Public propertyIsRoot
A boolean value indicated whether or not this circuit instance is the reference (datum or (0,0)) instance.
Public propertyRotation
The counter-clockwise rotation (in degrees) of the circuit instance.
Public propertyX
The X coordinate of the circuit instance, relative to panel origin.
Public propertyXIndex
For matrix type panels, an integer represent this circuit instance's X position within the matrix.
Public propertyY
The Y coordinate of the circuit instance, relative to panel origin.
Public propertyYIndex
For matrix type panels, an integer represent this circuit instance's Y position within the matrix.
Top
See Also