Re-scaning graphs

So i’m working on a space game using point graph to mark locations that ship can move to. the problem is that a lot of these node are going to be on the much large ship in the game which in turn mean i need to constantly update graphs. is there an easy way to do this.

on a side note i want to have at least 50 different AI agent on screen at a time.

never mind, figure it out