layer | int |
x1, y1 | int (Anfangspunkt) |
x2, y2 | int (Endpunkt) |
width | int |
Siehe auch UL_BOARD, UL_PACKAGE, UL_SEGMENT, UL_SHEET, UL_SIGNAL, UL_SYMBOL
Beispiel
board(B) {
B.wires(W) {
printf("Wire: (%d %d) (%d %d)\n",
W.x1, W.y1, W.x2, W.y2);
}
}
Index | Copyright © 1999 CadSoft Computer GmbH |