Fixed constraint on cable nodes #140
-
I am trying to use the cable constraint of SoftRobots as beam in order to push a surface. The problem is that when I try to extend the beam the node of the beam moves and rotates instead of being fixed. I don't want to use a pull point because I want to the whole structure to move but I was wondering if fixed rotation or general constraints can be added to the cable node. Edit: I have uploaded a zip file with the simulation files. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
There is a component in SOFA called |
Beta Was this translation helpful? Give feedback.
-
This is what I did at the end: |
Beta Was this translation helpful? Give feedback.
This is what I did at the end:
ring.addObject('BoxROI', name='roic', box=[15, 81/2, -420/2, -15, -81/2, 420/2], drawBoxes=True) ring.addObject('PartialFixedConstraint', fixedDirections= [1, 1, 0],indices=ring.roic.indices.getLinkPath())