public void ParseFile(string fileName) { Model.Clear(); viewController.OpenIFCFile(fileName); Rect3D bounds = FindBounds(); ZoomExtents(Viewport3D, bounds); Viewport3D.ReAttach(); Viewport3D.ReAttach(); }