Skip to content

Help with modeling a fiber reinforced soft actuator using the rigidify function #192

Discussion options

You must be logged in to vote

Hi @tolstoys19,

Sorry for the very late answer.
You want to rigidify groups of points, i.e. you want each group of points to form a rigid frame. A rigid frame in SOFA is composed of seven values, the first three are the position of the frame, and the other four are a quaternion which gives the orientation of the frame.

You have three options here:

  • by default if you don't specify any values for the variable frames, the position of each frame will be set as the geometric center of the group of points you gave, and the orientation will be [0, 0, 0, 1].
  • if the geometric center is a good option for you but you want to specify the orientation, then you can set frames = [[qx, qy, qz, qw], ...].
  • f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tolstoys19
Comment options

Answer selected by EulalieCoevoet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants