Open CASCADE Technology
6.7.0
|
|
This sample demonstrates simple way of using OCCT libraries in .Net application whitten using CSharp and Windows Forms or Windows Presentation Foundation (WPF).
The connection between .Net and OCCT (C++) level is provided by proxy library, OCCProxy, written in C++/CLI. The proxy library contains single ref class encapsulating OCCT viewer and providing functionality to manipulate this viewer and to import / export OCCT shapes from / to several supported formats of CAD files (IGES, STEP, BREP).
The sample implements two approaches for organizing user interface with C#. Both applications provide the same functionality as the standard OCCT Import/Export sample. First project is called "IE_WinForms" and uses Windows Forms for GUI. Second application is called "IE_WPF" and uses Windows Presentation Foundation.
Note a few important details:
Run msvc.bat to start MS Visual Studio for building the sample. Note that project files are provided only for VS 2008, you can open them in newer versions of Visual Studio using automatic converter.
Run run_winforms.bat or run_wpf.bat to launch the corresponding sample.
Note that all batch scripts use configuration defined in OCCT custom.bat file as default; you can provide arguments specifying VS version, bitness, and mode to override these settings, e.g.:
msvc.bat vc9 win64 Debug