diff --git a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts index d66f99c095566609cfa1a97a7d9fe071ff829cc3..d917265bf627c5fbbb5640f98712d6ea0426a7e8 100755 --- a/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts +++ b/Frontend Angular 4/src/app/layout/plotter/graph3D/graph3D.component.ts @@ -208,7 +208,7 @@ export class Graph3DComponent implements AfterViewInit { public clear = () => { this.animationProps.visible = false; - graph3DLib.clear(); + graph3DLib.clearSceneObjects(); }; public center = () => {