Hi.
In my model,I use code to create Elevator and set its size.But the size won't change until I click on the Elevator with the mouse.
Is this probably due to the slow refresh rate? How to solve this problem?
Thanks.Below is my code, my model ischangeelevatorsize.fsm
Object newConveyor = createinstance(node("/?Elevator", library()), model()); newConveyor.setSize(1,0.8,0.15);