EAGLE Help

UL_CIRCLE


Data members

layer int
radius int
width int
x, y int (center point)

See also UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL

Example

board(B) {
  B.circles(C) {
    printf("Circle: (%d %d), r=%d, w=%d\n",
           C.x, C.y, C.radius, C.width);
    }
  }

Index Copyright © 2005 CadSoft Computer GmbH