-
Notifications
You must be signed in to change notification settings - Fork 515
samples
dpasukhi edited this page May 19, 2025
·
2 revisions
DEPRECATION NOTICE: This documentation is deprecated. Please visit the official documentation at https://dev.opencascade.org/doc/overview/html/ or download documentation from the release packages (https://github.com/Open-Cascade-SAS/OCCT/releases) or build it manually from the needed version. GitHub Actions triggered by PR also generates overview documentation (see "Build documentation" step in https://github.com/Open-Cascade-SAS/OCCT/actions/workflows/build-and-test-multiplatform.yml).
-
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.
-
Novice Guide
-
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.
-
Qt IE Sample
© 2024 Open CASCADE Technology. All rights reserved.