layer | int |
radius | int |
width | int |
x, y | int (center point) |
Viz také UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL
Příklad
board(B) { B.circles(C) { printf("Circle: (%d %d), r=%d, w=%d\n", C.x, C.y, C.radius, C.width); } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |