Skip to content

samples

Pasukhin Dmitry edited this page Oct 17, 2024 · 1 revision
  • Tutorials and Demos
    • Novice Guide
      A document providing an introductory information to newcomers.
    • Draw Scripts
      A set of demo scripts demonstrating OCCT functionality from DRAW. These scripts can be also considered as a tutorials on Tcl usage within Draw Harness.
    • Tutorial
      A programming tutorial teaching how to use OCCT services to model a 3D object. See also Qt Tutorial
    • OCAF
      A set of code snippets performing typical actions with OCAF services for newcomers.
    • OCAF Function
      A simple example dedicated to the usage of "Function Mechanism" of OCCT Application Framework.
    • AIS Object
      A programming tutorial teaching how to compute presentation within AIS_InteractiveObject subclass for displaying in OCCT 3D Viewer.
  • Sample Projects
    • Qt IE Sample
      A cross-platform multi-document 3D Viewer sample with CAD import / export functionality based on Qt Widgets framework.
    • Qt QML Android OCCT
      A cross-platform 3D Viewer sample with CAD import based on QtQuick framework.
    • Qt Tutorial
      A cross-platform sample application based on Qt Widgets framework and implementing Tutorial.
    • Qt Overview
      A sample application interactively demonstrating OCCT C++ usage with code snippets for newcomers.
    • MFC Standard
      A set of projects for Windows platform demonstrating OCCT usage based on Microsoft Foundation Class (MFC) library.
    • C# OCCT
      A Multi-document 3D Viewer sample with CAD import / export functionality based on .NET and Windows Forms or WPF.
    • C# Direct3D
      3D Viewer sample wrapped into Direct3D context based on .NET and Windows Presentation Foundation (WPF).
    • WebGL
      3D Viewer sample based on Emscripten SDK representing a static HTML page to be opened in Web Browser.
    • Java Android OCCT
      3D Viewer sample with CAD import for Android mobile platform based on Android SDK and JNI layer.
    • iOS UIKit
      3D Viewer sample for iOS platform based on Apple UIKit framework.
    • GLFW
      A cross-platform 3D Viewer sample using GLFW library.

Tutorials and Demos

Sample Projects

Clone this wiki locally