- This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Using SOFA › Cutting 2D custom mesh
Tagged: 64_bits, Linux_ubuntu, SOFA_1812
I’ve been trying to use the scene IncisionTriangleProcess.scn in v18.12 branch, but with a smaller mesh I made. But when I run the scene I got this error <[TopologicalChangeProcessor(topologicalChangeProcessor1)] While computing computeIntersectedPointsList between triangles '7' and '9' at time = '3'>
I’ve tried with several coordinates in the .txt file but I still get the same error.
This is the mesh file:
$NOD
13
1 2 0 0
2 2 2 0
3 0 2 0
4 0 0 0
5 0 1 0
6 1 2 0
7 2 1 0
8 1 0 0
9 1 1 0
10 1.5 0.5 0
11 1.5 1.5 0
12 0.5 0.5 0
13 0.5 1.5 0
$ENDNOD
$ELM
24
1 1 1 1 2 4 5
2 1 2 1 2 5 3
3 1 2 2 2 3 6
4 1 3 2 2 6 2
5 1 3 3 2 2 7
6 1 4 3 2 7 1
7 1 4 4 2 1 8
8 1 1 4 2 8 4
9 2 4 1 3 7 1 10
10 2 1 1 3 8 4 12
11 2 3 1 3 6 2 11
12 2 2 1 3 5 3 13
13 2 3 1 3 7 10 11
14 2 4 1 3 8 9 10
15 2 3 1 3 10 9 11
16 2 1 1 3 9 8 12
17 2 3 1 3 9 6 11
18 2 1 1 3 5 9 12
19 2 2 1 3 9 5 13
20 2 2 1 3 6 9 13
21 2 2 1 3 3 6 13
22 2 1 1 3 4 5 12
23 2 4 1 3 1 8 10
24 2 3 1 3 2 7 11
$ENDELM
And the text file:
T= 3
INCISE= 3
5 6 0 6 6 0 6.5 6.5 0
T= 10
INCISE= 2
6 5 0 5 5 0
Hi,
Looking only at the numbers. I think you are trying to incisé outside of the mesh.
Do you confirm that you Can see the mesh when you start thé simulation before cutting?
The numbers in the .txt are 3d coords. So your first incision point is on (5,6,0) while your points are between (0,0,0) and (2,2,0).
Let me know if changing thé coords in the txt works.
Regards,
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.