friction.dot 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. digraph G {
  2. "Composition:\nfriction" -> "Composition:\nplan";
  3. "Composition:\nplan" -> "Composition:\nbody";
  4. "Composition:\nbody" -> "Composition:\nwheel";
  5. "Composition:\nwheel" -> "Rectangle:\nouter";
  6. "Rectangle:\nouter" -> "Curve:\nrectangle";
  7. "Composition:\nbody" -> "Force:\nN";
  8. "Force:\nN" -> "Line:\narrow (1)";
  9. "Line:\narrow (1)" -> "Curve:\nline (1)";
  10. "Force:\nN" -> "Text:\ntext (1)";
  11. "Composition:\nbody" -> "Gravity:\nmg";
  12. "Gravity:\nmg" -> "Line:\narrow (2)";
  13. "Line:\narrow (2)" -> "Curve:\nline (2)";
  14. "Gravity:\nmg" -> "Text:\ntext (2)";
  15. "Composition:\nplan" -> "Arc_wText:\nangle";
  16. "Arc_wText:\nangle" -> "Arc:\narc";
  17. "Arc:\narc" -> "Curve:\narc";
  18. "Arc_wText:\nangle" -> "Text:\ntext (3)";
  19. "Composition:\nplan" -> "Wall:\ninclined wall";
  20. "Wall:\ninclined wall" -> "Curve:\nwall";
  21. "Composition:\nplan" -> "Line:\nx start";
  22. "Line:\nx start" -> "Curve:\nline (3)";
  23. "Composition:\nplan" -> "Axis:\nx axis";
  24. "Axis:\nx axis" -> "Arrow3:\narrow";
  25. "Arrow3:\narrow" -> "Line:\nline";
  26. "Line:\nline" -> "Curve:\nline (4)";
  27. "Arrow3:\narrow" -> "Line:\nhead left";
  28. "Line:\nhead left" -> "Curve:\nline (5)";
  29. "Arrow3:\narrow" -> "Line:\nhead right";
  30. "Line:\nhead right" -> "Curve:\nline (6)";
  31. "Axis:\nx axis" -> "Text:\nlabel";
  32. "Composition:\nplan" -> "Text:\nmA";
  33. "Composition:\nplan" -> "Text:\nmB";
  34. "Composition:\nfriction" -> "Line:\nground";
  35. "Line:\nground" -> "Curve:\nline (7)";
  36. }