Connect two object when contact

Discussion in 'Simulation' started by Qinbo Li, Nov 12, 2019.

  1. Is it possible to connect two object when they contact?

    For example, if the end of two capsule contact, then this two capsule are connected together.
    [​IMG]
     
  2. You could define a weld constraint between them and activate it in the collision callback.
     
  3. Thanks florianw, I tried using equality - weld constraint and it works.
     
  4. Thinking of it ... if you do that you might also deactivate the contact between the respective geoms once collision has been detected and the weld contraint activated.