Issue with TopologyDataHandler initialization and visualization in co-rotational FEM model #5150
Unanswered
sodasoda520
asked this question in
BeamAdapter
Replies: 1 comment
-
Hello ! If you are launching your scene with runSofa you should never call init explicitly because you object will be initialized after the call to createScene. And during the createScene execution, the rest of the tree will not have been initialized. Your version of SOFA is quite old, this issue might have already been fixed in newer version: try upgrading ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a soft body simulation using co-rotational FEM in SOFA, and I've encountered an interesting issue regarding initialization and visualization.
Current Situation:
Issue Description:
When I run my scene, I face a dilemma:
Case 1 (Without initialization):
Case 2 (With initialization):
Questions:
Relevant Code:
Environment:
Any insights or suggestions would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions