layer | int |
x1, y1 | int (lower left corner) |
x2, y2 | int (upper right corner) |
Viz také UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL
Příklad
board(B) { B.rectangles(R) { printf("Rectangle: (%d %d), (%d %d)\n", R.x1, R.y1, R.x2, R.y2); } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |