EAGLE stores all coordinate and size values as int values with a resolution of 1/10000mm (0.1µ). The above unit conversion functions can be used to convert these internal units to the desired measurement units.
Příklad
board(B) { B.elements(E) { printf("%s at (%f, %f)\n", E.name, u2mm(E.x), u2mm(E.y)); } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |