Rev 20 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4162 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Utility for a clickable graphic paper sheet |
- | |
5 | slib_parms=8\ |
4 | |
6 | 8,x_dimension (cm) \ |
- | |
7 | 8,y_dimension (cm) \ |
- | |
8 | 1,x_orig (cm) \ |
- | |
9 | 1,y_orig (cm) \ |
- | |
10 | 1,x_step (delta x for 1 cm on the paper or max value for x and optional label ) \ |
- | |
11 | 1,y_step (delta y for 1 cm on the paper or max value for y and optional label) \ |
- | |
12 | 0,click_x (from the mouse)\ |
- | |
13 | 0,click_y (from the mouse) |
- | |
14 | slib_author=Georges KHAZNADAR |
5 | slib_author=Georges KHAZNADAR |
15 | slib_out= list of coordinates (x, y,) in the viewport space |
- | |
16 | slib_comment=for usage with Modtool, do not forget to declare\ |
- | |
17 | click_x and click_y (as reply) in the file var.def, \ |
- | |
18 | and do not forget to write a line '!set ins_tag=form click' before\ |
- | |
19 | the command '!insdraw'. The 6 first parameters are the same as in\ |
- | |
20 | slib/graphpaper/millimetre |
- | |
- | 6 | ||
21 | slib_example= 12,8,0,0,1,1,125,13\ |
7 | slib_example= 12,8,0,0,1,1,125,13\ |
22 | 12,8,0,0,1 max t (ms),1 max U (V),125,13 |
8 | 12,8,0,0,1 max t (ms),1 max U (V),125,13 |
23 | 9 | ||
24 | 10 | ||
25 | !exit |
11 | !exit |