friction.dot 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  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" -> "Text:\nmc";
  12. "Composition:\nplan" -> "Wall:\ninclined wall";
  13. "Wall:\ninclined wall" -> "Curve:\nwall";
  14. "Composition:\nplan" -> "Line:\nx start";
  15. "Line:\nx start" -> "Curve:\nline (2)";
  16. "Composition:\nplan" -> "Axis:\nx axis";
  17. "Axis:\nx axis" -> "Arrow3:\narrow";
  18. "Arrow3:\narrow" -> "Line:\nline";
  19. "Line:\nline" -> "Curve:\nline (3)";
  20. "Arrow3:\narrow" -> "Line:\nhead left";
  21. "Line:\nhead left" -> "Curve:\nline (4)";
  22. "Arrow3:\narrow" -> "Line:\nhead right";
  23. "Line:\nhead right" -> "Curve:\nline (5)";
  24. "Axis:\nx axis" -> "Text:\nlabel";
  25. "Composition:\nplan" -> "Text:\nmA";
  26. "Composition:\nplan" -> "Text:\nmB";
  27. "Composition:\nfriction" -> "Line:\nground";
  28. "Line:\nground" -> "Curve:\nline (6)";
  29. "Composition:\nfriction" -> "Gravity:\nmg";
  30. "Gravity:\nmg" -> "Line:\narrow (2)";
  31. "Line:\narrow (2)" -> "Curve:\nline (7)";
  32. "Gravity:\nmg" -> "Text:\ntext (2)";
  33. "Composition:\nfriction" -> "Arc_wText:\nangle";
  34. "Arc_wText:\nangle" -> "Arc:\narc";
  35. "Arc:\narc" -> "Curve:\narc";
  36. "Arc_wText:\nangle" -> "Text:\ntext (3)";
  37. }