PCBCircuit Class |
Namespace: FactoryLogix.xTend.DataObjects
The PCBCircuit type exposes the following members.
Name | Description | |
---|---|---|
![]() | PCBCircuit | Initializes a new instance of the PCBCircuit class |
Name | Description | |
---|---|---|
![]() | CircuitId |
A unique identifier defining the unique circuit definition associated with this circuit instance.
|
![]() | CircuitOrder |
An integer representing the sequence of this circuit instance within the panel.
|
![]() | Id |
A unique identifier for this particular circuit instance (corresponds to the primary key in the FactoryLogix database)
|
![]() | IsFlippedX |
Whether or not this circuit instance is flipped (in X axis) relative to its normal position.
|
![]() | IsFlippedY |
Whether or not this circuit instance is flipped (in Y axis) relative to its normal position.
|
![]() | IsRoot |
A boolean value indicated whether or not this circuit instance is the reference (datum or (0,0)) instance.
|
![]() | Rotation |
The counter-clockwise rotation (in degrees) of the circuit instance.
|
![]() | X |
The X coordinate of the circuit instance, relative to panel origin.
|
![]() | XIndex |
For matrix type panels, an integer represent this circuit instance's X position within the matrix.
|
![]() | Y |
The Y coordinate of the circuit instance, relative to panel origin.
|
![]() | YIndex |
For matrix type panels, an integer represent this circuit instance's Y position within the matrix.
|