EAGLE Help

UL_HOLE


Data members

drill int
x, y int (center point)

See also UL_BOARD, UL_PACKAGE

Example


board(B) {
  B.holes(H) {
    printf("Hole: (%d %d), drill=%d\n",
           H.x, H.y, H.drill);
    }
  }

Index Copyright © 2002 CadSoft Computer GmbH