I am trying to create a model that uses the AStar module from an excel file. I have some basic characteristics that would define the barriers in the model (location and size). Could someone help me understand the preferred method for creating AStar barriers in FlexScript? The way I am currently thinking about doing it is saving off a created Barrier as a node and then creating a copy of that and editing the x, y coordinates of the points. I just wanted to make sure there aren't any more preferred methods or commands to accomplish this.