Is the setWalkMode method only effective in ifc models

I use setWalkMode to set the walking speed, but it does not work in some models.
I would like to confirm if the walking speed only takes effect in the ifc model.
Here is my code:

var operator = hwv.operatorManager.getOperator(Communicator.OperatorId.KeyboardWalk) operator.setWalkSpeed(500) hwv.operatorManager.push(Communicator.OperatorId.KeyboardWalk)

Hi! If you set the walk speed to a much larger (or much smaller) value, does it work? This may be a result of the units/size of the imported model. (This operator should work regardless of source model format.)

1 Like