EAGLE Help

UL_HOLE


Data members

drill int
x, y int (Mittelpunkt)

Siehe auch UL_BOARD, UL_PACKAGE

Beispiel

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

Index Copyright © 1999 CadSoft Computer GmbH