UnitPosition Class |
[This is preliminary documentation and is subject to change.]
{
"UnitIdentifier": "CARRIER5566",
"PositionNumber": 1,
"PositionName": "CIRCUIT1",
"X": 0.254,
"Y": 0.556,
"Rotation": 0.0,
"FlipX": false,
"FlipY": false
}Namespace: CFX.Structures
The UnitPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| FlipX |
Is production unit flipped in X-direction
| |
| FlipY |
Is production unit flipped in Y-direction
| |
| PositionName |
Optional name of position
| |
| PositionNumber |
Logical reference of production unit as defined by CFX position rule (see CFX standard section 5.6).
| |
| Rotation |
Original rotation of Production unit, as it is known to the endpoint (in degrees)
| |
| UnitIdentifier |
Unique ID of Production Unit, Panel, or Carrier
| |
| X |
X coordinate of Production unit origin, as it is known to the endpoint
| |
| Y |
Y coordinate of Production unit origin, as it is known to the endpoint
|