We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364fd4c commit 01baba4Copy full SHA for 01baba4
Tools/PyPost/main.py
@@ -3,8 +3,8 @@
3
4
matplotlib.use('Qt5Agg')
5
6
-elements_path = "E:/test/result2/elements.csv"
7
-nodes_path = "E:/test/result2/nodes.csv"
+elements_path = "E:/test/Plane/result/elements.csv"
+nodes_path = "E:/test/Plane/result/nodes.csv"
8
9
mesh = MeshDrawing(elements_path, nodes_path)
10
mesh.draw().show()
0 commit comments