How to Assign Specific Colors to Designated Nodes in a Tetrahedral Mesh Using SOFA19? #5028
Replies: 1 comment 1 reply
-
Hello, I am sorry but I don't think you'll get a lot of help because of the SOFA version you are using. This is a 5 years-old release, we do not support it anymore. Try changing your SOFA version, it might solve your issue. Have a good day ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ,
I am working with SOFA19 to simulate a flexible object using a tetrahedral mesh generated from Gmsh. To better visualize the movement of specific nodes in the middle section of the object during the simulation, I want to assign a distinct green color to these designated nodes. However, when attempting to use addOrientedBoxRoi and setData to select and color these nodes, I encounter errors such as AttributeError: 'NoneType' object has no attribute 'value' and issues with creating SubsetMultiMapping. Could someone guide me on the correct method or alternative approaches in SOFA19 to assign specific colors to selected nodes in a tetrahedral mesh for enhanced visualization?
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions