Open_CASCADE

Open Cascade Technology

Open Cascade Technology

Open-source 3D modelling software


Open Cascade Technology (OCCT), formerly called CAS.CADE, is an open-source software development platform for 3D CAD, CAM, CAE, etc. that is developed and supported by Open Cascade SAS company.

Quick Facts Developer(s), Initial release ...

OCCT is a full-scale B-Rep (Boundary representation) modeling toolkit. OCCT is available under the LGPL-2.1-only license, which permits its usage in open source and proprietary applications.

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 sold[4] to Dassault Systèmes, developer of competing CATIA.

More information Product name, Release date ...

Open sourcing

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

In 2000, a separate company, Open Cascade SAS, was created to make business around Open Cascade.[12] 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.[13] 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.[14]

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 called Open Cascade Community Edition. The project aims to establish a separate community-based release and bug-report process for the library.[15]

Collaborative development portal

In December 2011, Open Cascade installed a web portal for external contributors[16] and made its Mantis Bug Tracker[17] and further Git repository[18] publicly available (read-only GitHub mirror[19] 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,[20] etc.

License change

Since 18 December 2013 with version 6.7.0 Open Cascade Technology is available under the LGPL-2.1-only with additional exception.[3][21] Versions before that were licensed under the "Open Cascade Technology Public License" which was not compatible with the GPL[22] and was considered non-free by the Fedora project.[23]

Functionality

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 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 OpenGL / OpenGL ES renderer, supporting conventional Phong, real-time PBR metal-roughness shading models as well as interactive Ray-Tracing/Path-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 as well as other supplementary information like PMI.
  • Application Framework: offers solutions[buzzword] for handling application-specific data.
  • DRAW Test Harness: implements a scripting interface to OCCT algorithms based on Tcl-interpreter for interactive usage, 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 a large number of developers to work on a product getting advantage of common reference version shared over the local network.

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 BIM data from files in IFC format. It supports versions IFC2×3 and IFC4 that used by most modern applications.[26]

This allows visualization and manipulation of building geometries and CAD designs.

External tools are available to convert from Open CASCADE to IFC as well.[27]

CAD programs based on Open Cascade Technology

Several CAD programs rely on Open CASCADE Technology including:

  • FreeCAD an open source, 3D parametric modeler, with support for building information modeling, finite-element-method (FEM), and Python scripting.[28][29]
  • SALOME an open source platform for pre- and post-processing for numerical simulation.
  • KiCad an open source suite for electronic design automation (EDA).
  • 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 release[30] for working with analytical surfaces.

See also


References

  1. "Open CASCADE Technology 7.8.1 maintenance release". Retrieved 15 April 2024.
  2. "Gluing Options in Boolean Component - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021.
  3. "Fuzzy Boolean Operations - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021.
  4. "VTK integration services in OCCT - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 18 August 2021.
  5. "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.
  6. "Relicensing OCCT - Forum Open Cascade Technology". dev.opencascade.org. Retrieved 22 November 2021.
  7. "OCCT FAQ". dev.opencascade.org. Open Cascade. Retrieved 25 June 2021.
  8. Callaway, Tom. "Licensing:Main – Bad Licenses". fedoraproject.org. Red Hat, Inc. and others. Retrieved 18 May 2013.
  9. "Data Exchange | Open CASCADE Technology". dev.opencascade.org. Retrieved 22 November 2021.
  10. "Datakit - Open Cascade". opencascade.com. Retrieved 22 November 2021.
  11. "Open CASCADE: IFC Import Component". Retrieved 15 November 2022.
  12. Okoi, Martins (1 December 2017). "FreeCAD – A 3D Modeling and Design Software for Linux". FOSSMint. Retrieved 2 May 2019.
  13. Lee, Hawk (22 June 2018). "FreeCAD FEM Workbench (Calculix 2.14)". Archived from the original on 3 May 2019. Retrieved 2 May 2019.
  14. "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.

Share this article:

This article uses material from the Wikipedia article Open_CASCADE, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.