Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Open Cascade Technology
Open-source 3D modelling software

Open Cascade Technology (OCCT) is an object-oriented C++ class library designed for 3D computer-aided design (CAD), computer-aided manufacturing (CAM), and computer-aided engineering (CAE). Developed by the Open Cascade SAS company, OCCT is free and open-source software licensed under the GNU Lesser General Public License (LGPL) version 2.1, allowing both open source and proprietary use. It provides a comprehensive boundary representation (B-rep) modeling toolkit for advanced 3D modeling applications across multiple industries.

Related Image Collections Add Image
We don't have any YouTube videos related to Open Cascade Technology yet.
We don't have any PDF documents related to Open Cascade Technology yet.
We don't have any Books related to Open Cascade Technology yet.
We don't have any archived web articles related to Open Cascade Technology yet.

History

CAS.CADE (abbreviated from Computer Aided Software for Computer Aided Design and Engineering) was originally developed in the early 1990s by Matra Datavision, developer of Euclid CAD software as the underlying infrastructure for its future version Euclid Quantum. In 1998 the company abandoned software development to concentrate on services, and most of the software development facilities were sold2 to Dassault Systèmes, developer of competing CATIA.

Product nameRelease dateLatest update versionLatest update dateHighlights
Open CASCADE Technology 7.62021-11-037.6.22022-04-29
  • Added progress indication–abortion to Boolean operations and offset algorithm.
  • Added support of kinematics entities to STEP reader.
  • Introduced interface for partial OCAF document reading.
Open CASCADE Technology 7.52020-11-057.5.32021-08-06
  • Real-time physically based rendering (PBR) using metallic-roughness material model.
  • WebAssembly target platform support (including WebGL viewer).
  • UNICODE support in STEP reader–writer.
Open CASCADE Technology 7.42019-10-01
  • Improved BRepMesh performance, robustness and accuracy.
  • Improved robustness and stability of Boolean operations and Extrema.
  • Improved performance of built-in parallelization tools (OSD_Parallel).
  • Added glTF 2.0 and OBJ readers.
  • Added AIS_ViewController mapping user input to 3D viewer camera manipulations.
  • Added support of 3/4 and box clipping configurations to 3D viewer.
  • Added fast HLR-alike OpenGL rendering mode.
  • Removed legacy local context functionality from AIS and legacy Boolean operations.
Open CASCADE Technology 7.32018-05-29
  • Added algorithm constructing OBB (oriented bounding box).
  • Optimized surface intersection, shape offset and Boolean operation algorithms.
  • Added distance and size culling rendering features.
  • Added support of UNICODE filenames with MinGW-w64.
Open CASCADE Technology 7.22017-08-31
  • Added support of OCAF binary files larger than 2 GiB.
  • Added "Glue"3 option to Boolean algorithms.
  • Added support of annotations, saved views and clipping planes to STEP and XDE.
  • Added Weighted OIT (Order-independent transparency) rendering feature.
  • Path Tracing engine improvements.
Open CASCADE Technology 7.12016-11-25
  • OCAF persistence without dynamically loaded plugins.
  • Improved STEP AP242 support, including PMI, dimensions and annotations.
  • Improved rendering performance of Wireframe AIS_Shape presentation.
  • Added AIS_Manipulator for interactive object transformations in 3D viewer.
  • TKOpenGl now uses GLSL programs by default.
Open CASCADE Technology 7.02016-04-05
  • WOK (Workshop Organization Kit) has been replaced by CMake building scripts.
  • CDL files have been replaced by pre-generated C++ headers.
Open CASCADE Technology 6.92015-05-126.9.12015-09-28
  • Introduced "Fuzzy"4 Boolean operations with specified global tolerance.
  • Introduced built-in multi-threading parallelization tools as alternative to Threading Building Blocks (TBB) library.
  • Improved robustness of surface-surface intersection and curve on surface projection.
  • Improved performance of p-curve reconstruction within STEP import.
  • Improved compatibility with OpenGL ES 2.0.
Open CASCADE Technology 6.82014-11-10
  • Added support of UNICODE (UTF-8) filenames.
  • Added STL-compatible iterators to NCollection classes.
  • "Handle" smart-pointer now uses NULL pointer instead of a special value 0xfefd0000.
  • Added bounding volume hierarchy (BVH) algorithms and structures.
  • Introduced multi-threaded version of Boolean operation algorithm.
  • Introduced limited OpenGL ES 2.0 support in 3D viewer.
  • Added VIS–TKIVtk component5 providing a B-Rep shape presentation builder for VTK viewer.
  • Added support of stereoscopic displays6 within 3D viewer.
  • Added frustum culling feature improving rendering performance.
  • Ray-Tracing engine has been switched from OpenCL to GLSL implementation.
Open CASCADE Technology 6.72013-12-186.7.12014-04-30
  • License changed to LGPL-2.1-only with added exception.7
  • Built-in GPU-accelerated Ray-Tracing rendering engine8 using OpenCL.
Open CASCADE Technology 6.62013-04-22
Open CASCADE Technology 6.52011-04-046.5.52013-03-29
Open CASCADE Technology 6.42010-09-30
  • Added multi-threaded mode to BRepMesh algorithm (introduced optional TBB library support).
  • Improved rendering performance by using Vertex buffer object (VBO).
  • TKOpenGl implementation converted from C to C++ classes.
  • Improved text rendering with help of FTGL and FreeType libraries.
  • Improved algorithms for line-line, line-plane and plane-plane intersection.
Open CASCADE Technology 6.32008-09-036.3.12009-06-19
Open CASCADE Technology 6.2?6.2.12007-12-06
Open CASCADE Technology 6.12006-03-246.1.12006-10-16
Open CASCADE Technology 5.2?5.2.42005-07-29
Open CASCADE Technology 5.1?5.1.32004-04-23"Open CASCADE" has been renamed to "Open CASCADE Technology".
Open CASCADE 4.02001-12-11
Open CASCADE 3.02000-04-24
Open CASCADE 2.0?
Open CASCADE 1.01999

Open sourcing

In 1999 Matra Datavision decided to publish its CAS.CADE infrastructure under an open-source model under the Open CASCADE Technology Public License9 and renamed it Open Cascade.10

In 2000, a separate company, Open Cascade SAS, was created to make business around Open Cascade.11 Open Cascade SAS was sold in 2003 to Principia, a French service provider corporation, and then in 2006 it was acquired by Euriware Group, a subsidiary of Areva.

In 2004, software was renamed to Open Cascade Technology in order to distinguish it from the name of the company itself.

Open Cascade S.A.S. provides a certified version of the library, which is released sporadically, usually 1–2 releases per year.12 Until version 6.5.0 (2011), only minor and major versions were publicly available, while intermediate (maintenance) releases were accessible only to customers of Open Cascade S.A.S. For example, version 6.3.0 was publicly released in 2008, and the next public version 6.5.0 was released in early 2011. All recent releases starting from version 6.5.0 are public.13

Community fork

In March 2011, Thomas Paviot initiated a fork of the then most recent publicly available version 6.5.0 of Open Cascade library. The initiative is named Open Cascade Community Edition. The project aims to establish a separate community-based release and bug-report process for the library.14

Collaborative development portal

In December 2011, Open Cascade installed a web portal for external contributors15 and made its Mantis Bug Tracker16 and further Git repository17 publicly available (read-only GitHub mirror18 has been established in '2020). According to the statements on the new website, external contributors from the Open Source Community are encouraged to participate in the development of Open Cascade Technology, i.e. register bugs directly in the bugtracker, make contributions to the code after signing a Contributor License Agreement,19 etc.

License change

Since 18 December 2013, with version 6.7.0, Open Cascade Technology is available under the LGPL-2.1-only with added exception.2021 Versions before that were licensed under the "Open Cascade Technology Public License" which was not compatible with the GPL22 and was considered non-free by the Fedora project.23

Functions

Object libraries

OCCT's functionality is split into several large modules. Each module defines a list of toolkits (libraries). Key modules:

  • Foundation Classes – defines basic classes, memory allocators, OS abstraction layer, collections (data maps, arrays, etc.), acceleration data structures (BVH trees) and vector/matrix math used by other Modules.
  • Modeling Data – supplies data structures to represent 2D and 3D geometric primitives (analytical curves: Line, circle, ellipse, hyperbola, parabola, Bézier, B-spline, offset; analytical surfaces: plane, cylinder, cone, sphere, torus, Bézier, B-spline, revolution, extrusion, offset) and their compositions into boundary representation (B-rep) models.
  • Modeling Algorithms – contains a vast range of geometrical and topological algorithms (intersection, Boolean operations, surface meshing, fillets, shape healing).
  • Visualization (rendering) – provides interactive services for displaying geometry in 3D Viewer; implements a compact OpenGLOpenGL ES renderer, supporting conventional Phong, real-time PBR metal-roughness shading models and interactive ray tracingpath tracing engine.
  • Data Exchange – provides possibility to import–export various CAD formats.STEP, IGES, glTF, OBJ, STL, and VRML are supported natively.24 Other formats can be imported by using plug-ins.25 Extended Data Exchange (XDE) components rely on a unified XCAF document definition, which includes an assembly structure of CAD shapes, color/name/material/metadata/layer attributes and other supplementary information like product and manufacturing information (PMI).
  • Application Framework – offers means to handle application-specific data.
  • DRAW Test Harness – implements a scripting interface to OCCT algorithms based on Tcl-interpreter for interactive use, automating processes, prototyping applications and testing purposes.

Workshop Organization Kit

Workshop Organization Kit (WOK) is Open Cascade development environment, which has been designed to allow many developers to work on a product, exploiting one common reference version shared over a local area network (LAN).

Until OCCT 7.0.0 release, substantial modifications in the source code were not possible without using WOK, since it is the only tool that provides support for CDL (CAS.CADE definition language), used for declaration of most of OCCT classes and also serving to define logical structure of OCCT libraries. WOK has been included in previous OCCT distributions; since OCCT version 6.4 it is made an independent tool.

Within 7.0.0 release, all CDL files have been dropped from OCCT source code making WOK no longer necessary for OCCT development.

Working with IFC files

The Open CASCADE IFC Import SDK provides applications with the capability of reading building information modeling (BIM) data from files in Industry Foundation Classes (IFC) format. It supports versions IFC2×3 and IFC4 that used by most modern applications.26

This allows visualizing and manipulating building geometries and CAD designs.

External tools are available to convert from Open CASCADE to IFC also.27

CAD programs based on Open Cascade Technology

Several CAD programs rely on Open CASCADE Technology including:28

  • FreeCAD an open source, 3D parametric modeler, with support for building information modeling, finite element method (FEM), and Python scripting.2930
  • SALOME an open source platform for pre- and post-processing for numerical simulation.
  • KiCad an open source suite for electronic design automation (EDA).31
  • Gmsh an open source finite-element mesh (FEM) generator. Since version 3.0, Gmsh supports full constructive solid geometry features, based on OCCT.
  • FORAN an integrated CAD/CAM/CAE system developed by SENER for the design and production of practically any naval ship and offshore unit. FORAN uses OCCT since V80R2.0 release32 for working with analytical surfaces.

See also

  • Free and open-source software portal

References

  1. "Project Overview | Open CASCADE Technology". dev.opencascade.org. Retrieved 11 May 2025. https://dev.opencascade.org/about/project_overview

  2. "Dassault Systemes Signs Agreement to Acquire Matra Datavision's Subsidiary". 27 January 2020. https://www.3ds.com/press-releases/single/dassault-systemes-signs-agreement-to-acquire-matra-datavisions-subsidiary/

  3. "Gluing Options in Boolean Component - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021. https://dev.opencascade.org/content/gluing-options-boolean-component

  4. "Fuzzy Boolean Operations - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021. https://dev.opencascade.org/content/fuzzy-boolean-operations

  5. "VTK integration services in OCCT - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021. https://dev.opencascade.org/content/vtk-integration-services-occt

  6. "Stereoscopic rendering in Open CASCADE Technology - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021. https://dev.opencascade.org/content/stereoscopic-rendering-open-cascade-technology

  7. "OCCT license". https://dev.opencascade.org/resources/licensing/

  8. "Ray tracing as alternative rendering method for OCCT visualization component - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021. https://dev.opencascade.org/content/ray-tracing-alternative-rendering-method-occt-visualization-component

  9. "Open CASCADE Technology Public License". http://www.opencascade.org/getocc/license/license_old/

  10. "Downloading Of Source Code For Open Cascade Gains Momentum | Market Wire | Find Articles". 9 April 2012. Archived from the original on 9 April 2012. Retrieved 22 November 2021. https://web.archive.org/web/20120409094949/http://findarticles.com/p/articles/mi_pwwi/is_20050229/ai_mark01000244/

  11. European e-Business Market Watch Case Study: Open source-based services by Open Cascade S.A. Archived 26 July 2011 at the Wayback Machine http://www.ebusiness-watch.org/studies/case_studies/documents/Case%20Studies%202005/CS_SR10_IT-services_4-Open_Cascade.pdf

  12. "OCCT Previous Releases". https://dev.opencascade.org/release/previous/

  13. "Becoming more and more open!". http://www.opencascade.org/about/news/issue173/

  14. "Thinkings about the 6.5.0 release, OCCT status, and the relationship with the Community". Archived from the original on 16 April 2011. Retrieved 15 April 2011. https://web.archive.org/web/20110416225420/http://www.opencascade.org/org/forum/thread_20111

  15. "Opening the Development of Open CASCADE Technology". http://www.opencascade.org/about/news/issue178/

  16. "Mantis Bug Tracker for OCCT project". http://tracker.dev.opencascade.org

  17. "GitWeb interface to main OCCT git repository". http://git.dev.opencascade.org/gitweb/?p=occt.git

  18. "Passive mirror of OCCT git repository on GitHub". GitHub. https://github.com/Open-Cascade-SAS/OCCT

  19. "Signing the Contributor License Agreement". https://dev.opencascade.org/?q=home/get_involved/cla_processing_rules

  20. "OCCT license". https://dev.opencascade.org/resources/licensing/

  21. "Relicensing OCCT - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 22 November 2021. https://dev.opencascade.org/content/relicensing-occt

  22. "OCCT FAQ". dev.opencascade.org. Open Cascade. Retrieved 25 June 2021. https://dev.opencascade.org/resources/faq/

  23. Callaway, Tom. "Licensing:Main – Bad Licenses". fedoraproject.org. Red Hat, Inc. and others. Retrieved 18 May 2013. https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing

  24. "Data Exchange | Open CASCADE Technology". dev.opencascade.org. Retrieved 22 November 2021. https://dev.opencascade.org/about/data_exchange

  25. "Datakit". Open Cascade.com. Retrieved 22 November 2021. https://www.opencascade.com/customers-and-partners/datakit/

  26. "Open CASCADE: IFC Import Component". Retrieved 15 November 2022. https://www.opencascade.com/components/ifc-import-component/

  27. "CAD Exchanger: How to convert Open CASCADE to IFC?". Retrieved 15 November 2022. https://cadexchanger.com/brep-to-ifc/

  28. Open Cascade SAS."Projects and products". https://dev.opencascade.org/about/projects_and_products

  29. Okoi, Martins (1 December 2017). "FreeCAD – A 3D Modeling and Design Software for Linux". FOSSMint. Retrieved 2 May 2019. https://www.fossmint.com/freecad-3d-modeling-and-design-software-for-linux/

  30. Lee, Hawk (22 June 2018). "FreeCAD FEM Workbench (Calculix 2.14)". Archived from the original on 3 May 2019. Retrieved 2 May 2019. https://web.archive.org/web/20190503003156/https://engineeringdeskstudies.com/?p=365

  31. KiCad "Library Dependencies". https://dev-docs.kicad.org/en/build/getting-started/

  32. "SENER's latest version of FORAN V80R2.0 lets users manage series of ships". 19 July 2016. Archived from the original on 21 August 2018. Retrieved 4 August 2020. https://web.archive.org/web/20180821060920/https://www.marine.sener/press-releases/seners-latest-version-of-foran-v80r20-lets-users-manage-series-of-ships