diameter | int |
x, y | int (center point) |
Viz také UL_SEGMENT
Příklad
schematic(SCH) { SCH.sheets(SH) { SH.nets(N) { N.segments(SEG) { SEG.junctions(J) { printf("Junction: (%d %d)\n", J.x, J.y); } } } } }
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |