A graph built by Move3D can be stored on a .graph file, by using the function int p3d_write_graph(p3d_graph *G, char *file) . It can the be read as a pre-computed graph for the current environment (if this one is the environment corresponding to the graph of course) using the function int p3d_read_graph(char *file, p3d_graph **pG) .