Interactions between non-children objects

Typically: "How do I... ", "How can I... " questions
Post Reply
bwoosley
Posts: 2
Joined: 07 Nov 2014, 19:47

Interactions between non-children objects

Post by bwoosley »

Is there any way to create a link between two objects that are not in a parent-child relationship in the scene hierarchy? For example, in the image below, is there a way to add a joint between SpringDamper_topPlate and SpringDamper_topPlate_1? My goal is to add a joint as a spring so that pushing on one of them will cause the other to also move.

Image

Thanks,
Brad

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Interactions between non-children objects

Post by coppelia »

Hello Brad,

yes, this is possible, it is a loop in the scene hierarchy.
There are different approaches depending if you are using dynamics or kinematics. But in your case, make sure to carefully read this page (in particular the loop closure case under dynamically enabled joints/force sensors).

Cheers

Post Reply