Constructing a Catheter Balloon #4480
Replies: 3 comments 5 replies
-
Hi, as you are using SOFAPython, a quick workaround would be to check the position of your tip while simulating. And as soon as the tip curved abscissa reach a given threshold, you add your Sphere + AttachConstraint to the given dof. Then a better and more realistic approach would be to create a second tool with bigger radius (and sphere collision ) and deploy the second tool after the first one has been deployed. You can check the scene 3Instruments to see how to define several tools on the same catheter simulation. Best regards |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I have been working on a simulation of right heart catheterisation (similar to the CTR example but with a single instrument). I would like to integrate a balloon to the tip of the catheter (as is common for these kind of procedures). My idea is to create a new sphere object and attach it to the tip of the catheter via 'AttachConstraint'. The issue is that the catheter model does not appear until you move it forwards and so at the start of the simulation there is nothing to attach the balloon to. I would appreciate and help or ideas as this approach does not seem viable. (I am using SOFAPython)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions