diameter | int |
x, y | int (center point) |
See also UL_SEGMENT
Example
schematic(SCH) {
SCH.sheets(SH) {
SH.nets(N) {
N.segments(SEG) {
SEG.junctions(J) {
printf("Junction: (%d %d)\n", J.x, J.y);
}
}
}
}
}
Index | Copyright © 1999 CadSoft Computer GmbH |