When I am using dllmaker VS2013, I use createinstance (node ("Main:/project/library/concert/StraightConvenor"), model());
Create a conveyor belt and set its size, it will display the following situation.
Although its size is the same as what I set, the item will get stuck here. When I try to click on this conveyor, its ExitTransfer1 will go somewhere else, perhaps this is the reason for its blockage.
I can manually drag and drop this conveyor belt, and ExitTransfer1 will return to where it should be. Is there a code way to achieve this effect?
I tried "restmodel()" but it didn't work.