If a SecGraph is used via the explorer or as a global variable,
reseting the simulation dose not affect this SecGraph. Therefore
it can be necessary to clean a SecGraph.
SecGraph sg = new SecGraph(workbench());
protected void init()[
sg.clear();
sg ==> F F Box();
]