File: exI1.block

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (15 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##Ports and direction markers
##port direction marker arrow
##In addition to ports you can also specify a direction, which govern, what direction the arrow or line leaves the block. This can be any of the compass points (like 'w' for west or 'ne' for north-east, etc.), degree numbers or 'perp', which is a direction perpendicular to the contour of the block.
*oval a: oval a;
*oval b: oval b;
below a left 
  box c: box c;
*oval d: oval d [xmiddle=b];

a@n->b@n;
b@sw@perp->a;
b@nw->a;
c@topleft->a@w;
c@topright@90->d;
c@bottomright@180->d;