void Reset() { StopThread(); Rendering = null; StatusText = "Get ready for some mayhem."; double size = Math.PI; DesignBody desBody = ShapeHelper.CreateBlock(Point.Create(-size, -size, -size), Point.Origin, Window.ActiveWindow.Scene as Part); desBody.SetVisibility(null, false); gyroid.Reset(); }