internal static void Stop(ModelVisual3D VP3D) { if (ssl == null) { return; } VP3D.Children.Remove(ssl); ssl.ShutDown(); ssl = null; }