EAGLE Help

UL_TEXT


Data members

angle real (0.0...359.9°)
layer int
mirror int
ratio int
size int
value string
x, y int (origin point)

Loop members

wires() UL_WIRE

See also UL_BOARD, UL_PACKAGE, UL_SHEET, UL_SYMBOL

Example

board(B) {
  B.texts(T) {
    printf("Text: %s\n", T.value);
    }
  }

Index Copyright © 1999 CadSoft Computer GmbH