Add origin data files

This commit is contained in:
2026-03-19 18:05:13 +08:00
parent ae202be7b9
commit 3f0ef4849a
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
X,Y,Z
0,0,1.0
1,0,1.2
2,0,1.5
0,1,1.1
1,1,1.4
2,1,1.8
0,2,1.3
1,2,1.6
2,2,2.0
0.5,0.5,1.25
1.5,0.5,1.45
0.5,1.5,1.35
1.5,1.5,1.75
1 X Y Z
2 0 0 1.0
3 1 0 1.2
4 2 0 1.5
5 0 1 1.1
6 1 1 1.4
7 2 1 1.8
8 0 2 1.3
9 1 2 1.6
10 2 2 2.0
11 0.5 0.5 1.25
12 1.5 0.5 1.45
13 0.5 1.5 1.35
14 1.5 1.5 1.75