0
Completed

Definition of cooperation relationship of motion mechanism

yangkang 11 months ago updated 11 months ago 3

你好!我想实现图中所示机构的运动模拟,当电机旋转时,它驱动整个机构抬起。你有什么好的解决方案吗?


Image 882


Image 883


Hello! I want to simulate the motion of the mechanism shown in the figure, and when the motor rotates, it drives the entire mechanism to lift. Do you have any good solutions?

Completed

You could use standard Unity physical joints to get this working. Or you need to use Drive_Gear or Drive_CAM to relate the position of some slave axis to some master axis. Or you could do a custom script where you implement the relation between the different drives.