Make object static from dynamic?

Typically: "How do I... ", "How can I... " questions
Post Reply
cxt
Posts: 16
Joined: 08 Sep 2020, 04:12

Make object static from dynamic?

Post by cxt »

Hi,

I used sim.setObjectInt32Parameter(object_handle, sim.shapeintparam_static, 0) to set static object to be dynamic, but cannot set it back to static when passing last param to 1. Any methods to implement this?

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

Re: Make object static from dynamic?

Post by coppelia »

Hello,

did you try to call sim.resetDynamicObject just afterwards?

Cheers

Post Reply