Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.1.0 ]
Hi. I have a model where I create and destroy objects, the objects that I create add them to a group. I want the objects that are in the group to be added to the astar, how do I do this by means of code? Try adding rows to the tree but I do not know how to modify the value of the member row:
Table thelist = getvarnode(Model.find("AStarNavigator"), "fixedResourceBarriers"); addtablerow(thelist);
Solved! Go to Solution.