Hello.
Are there any difference between adding AGV path from library and creating it by FlexScript?
// sample FlexScript to create AGV path Vec3 startloc=[0,0,0]; Vec3 endloc=[10,0,0]; Object path = Object.create("AGV::StraightPath"); path.setProperty("StartLocation",startloc); path.setProperty("EndLocation",endloc);
I found that tree node path of AGV path added from library was under MODEL:/AGVNetwork. On the contray, the path created by FlexScript was under MODEL:/. I want to know if the difference of tree node path for created AGV path affects to simulation.