C# Class Bcfier.XbimXplorer.MainWindow

Inheritance: IXbimXplorerPluginWindow
Show file Open project: teocomi/BCFier

Public Methods

Method Description
BindUi ( IXbimXplorerPluginMasterWindow mainWindow ) : void
MainWindow ( ) : System

Private Methods

Method Description
GenerateViewpoint ( DrawingControl3D control3D ) : Bcfier.Bcf.Bcf2.VisualizationInfo
OnAddView ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Same as in the windows app, but here we generate a VisInfo that is attached to the view

OnOpenView ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Method Details

BindUi() public method

public BindUi ( IXbimXplorerPluginMasterWindow mainWindow ) : void
mainWindow IXbimXplorerPluginMasterWindow
return void

MainWindow() public method

public MainWindow ( ) : System
return System