|
@@ -8,29 +8,30 @@ digraph G {
|
|
|
"Force:\nN" -> "Line:\narrow (1)";
|
|
"Force:\nN" -> "Line:\narrow (1)";
|
|
|
"Line:\narrow (1)" -> "Curve:\nline (1)";
|
|
"Line:\narrow (1)" -> "Curve:\nline (1)";
|
|
|
"Force:\nN" -> "Text:\ntext (1)";
|
|
"Force:\nN" -> "Text:\ntext (1)";
|
|
|
-"Composition:\nbody" -> "Gravity:\nmg";
|
|
|
|
|
-"Gravity:\nmg" -> "Line:\narrow (2)";
|
|
|
|
|
-"Line:\narrow (2)" -> "Curve:\nline (2)";
|
|
|
|
|
-"Gravity:\nmg" -> "Text:\ntext (2)";
|
|
|
|
|
-"Composition:\nplan" -> "Arc_wText:\nangle";
|
|
|
|
|
-"Arc_wText:\nangle" -> "Arc:\narc";
|
|
|
|
|
-"Arc:\narc" -> "Curve:\narc";
|
|
|
|
|
-"Arc_wText:\nangle" -> "Text:\ntext (3)";
|
|
|
|
|
|
|
+"Composition:\nbody" -> "Text:\nmc";
|
|
|
"Composition:\nplan" -> "Wall:\ninclined wall";
|
|
"Composition:\nplan" -> "Wall:\ninclined wall";
|
|
|
"Wall:\ninclined wall" -> "Curve:\nwall";
|
|
"Wall:\ninclined wall" -> "Curve:\nwall";
|
|
|
"Composition:\nplan" -> "Line:\nx start";
|
|
"Composition:\nplan" -> "Line:\nx start";
|
|
|
-"Line:\nx start" -> "Curve:\nline (3)";
|
|
|
|
|
|
|
+"Line:\nx start" -> "Curve:\nline (2)";
|
|
|
"Composition:\nplan" -> "Axis:\nx axis";
|
|
"Composition:\nplan" -> "Axis:\nx axis";
|
|
|
"Axis:\nx axis" -> "Arrow3:\narrow";
|
|
"Axis:\nx axis" -> "Arrow3:\narrow";
|
|
|
"Arrow3:\narrow" -> "Line:\nline";
|
|
"Arrow3:\narrow" -> "Line:\nline";
|
|
|
-"Line:\nline" -> "Curve:\nline (4)";
|
|
|
|
|
|
|
+"Line:\nline" -> "Curve:\nline (3)";
|
|
|
"Arrow3:\narrow" -> "Line:\nhead left";
|
|
"Arrow3:\narrow" -> "Line:\nhead left";
|
|
|
-"Line:\nhead left" -> "Curve:\nline (5)";
|
|
|
|
|
|
|
+"Line:\nhead left" -> "Curve:\nline (4)";
|
|
|
"Arrow3:\narrow" -> "Line:\nhead right";
|
|
"Arrow3:\narrow" -> "Line:\nhead right";
|
|
|
-"Line:\nhead right" -> "Curve:\nline (6)";
|
|
|
|
|
|
|
+"Line:\nhead right" -> "Curve:\nline (5)";
|
|
|
"Axis:\nx axis" -> "Text:\nlabel";
|
|
"Axis:\nx axis" -> "Text:\nlabel";
|
|
|
"Composition:\nplan" -> "Text:\nmA";
|
|
"Composition:\nplan" -> "Text:\nmA";
|
|
|
"Composition:\nplan" -> "Text:\nmB";
|
|
"Composition:\nplan" -> "Text:\nmB";
|
|
|
"Composition:\nfriction" -> "Line:\nground";
|
|
"Composition:\nfriction" -> "Line:\nground";
|
|
|
-"Line:\nground" -> "Curve:\nline (7)";
|
|
|
|
|
|
|
+"Line:\nground" -> "Curve:\nline (6)";
|
|
|
|
|
+"Composition:\nfriction" -> "Gravity:\nmg";
|
|
|
|
|
+"Gravity:\nmg" -> "Line:\narrow (2)";
|
|
|
|
|
+"Line:\narrow (2)" -> "Curve:\nline (7)";
|
|
|
|
|
+"Gravity:\nmg" -> "Text:\ntext (2)";
|
|
|
|
|
+"Composition:\nfriction" -> "Arc_wText:\nangle";
|
|
|
|
|
+"Arc_wText:\nangle" -> "Arc:\narc";
|
|
|
|
|
+"Arc:\narc" -> "Curve:\narc";
|
|
|
|
|
+"Arc_wText:\nangle" -> "Text:\ntext (3)";
|
|
|
}
|
|
}
|