Meaning of parameters in JointSpringForceField #2765
-
Hello everyone, I’ve been working with JointSpringForceField for a while now, but I am still wondering what is the physical meaning of few of the parameters in that Force Field when defining a spring. From the API Documentation I have understood the meaning of some of them, but still I have some doubts. Here are the parameters according to the component explorer: – Index1 and Index2 identify the indices of the MechanicalObjects to link. The order has an influence on how the response of the system is computed? I’ve done many tests with this Force Field and also with other alternatives and combinations, but still this Force Field seems to be the perfect solution for my scene. In my case it is working well, but maybe there are some parameters I can adjust to improve the performances of my scene. Any info about that is useful and appreciated. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hey @Altero0101 Sorry for keeping you waiting, but I am not big user of the JointSpringForceField .. therefore I was waiting for others to give a hint.
I hope this helps. |
Beta Was this translation helpful? Give feedback.
hey @Altero0101
Sorry for keeping you waiting, but I am not big user of the JointSpringForceField .. therefore I was waiting for others to give a hint.
But I'll take the lead!
m1
andm2
, akaIndex1
andIndex2
) correspond to the point IDs of one rigid object to be connected by a JointSpring. Switching them should not affect the resultFREE_AXIS
defines the axis where the movements is free (translation in x,y,z and rotation in x,y,z)KS_T
defines the stiffness soft or hard, respectively if the translation dof is free (i.e. FREE_AXIS is 1) or not (i.e. FREE_AXIS is 0)KS_R
is indeed the rotational stiffnessblocKsr
seems to be defined as "stiffness to apply on axis wh…