Open Cascade Technology
OpenCASCADE Screenshot | |
Developer(s) | Open Cascade S.A.S |
---|---|
Initial release | 1999 |
Stable release |
7.1.0
/ November 25, 2016[1] |
Repository |
git |
Written in | C++ |
Operating system | Windows, Linux, FreeBSD, Mac OS X, Android, and iOS |
Type | CAD, CAM, CAE |
License | LGPL 2.1 |
Website |
www dev |
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.
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[2] to Dassault Systèmes, developer of competing CATIA.
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[3] and renamed it Open Cascade.[4]
In 2000, a separate company, Open Cascade SAS, was created to make business around Open Cascade.[5] 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.[6] 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.[7]
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.[8]
Collaborative development portal
In December 2011, Open Cascade installed a web portal for external contributors[9] and made its bugtracker[10] and further Git repository[11] publicly available. 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,[12] etc.
License change
Since 18 December 2013 with version 6.7.0 Open Cascade Technology is available under the LGPL 2.1 with additional exception.[13][14] Versions before that were licensed under the "Open Cascade Technology Public License" which was not compatible with the GPL[15] and was considered non-free by the Fedora project.[16]
Functionality
Object libraries
- Foundation Classes
- Modeling Data
- Modeling Algorithms
- Visualization
- Application Framework
- Data Exchange: possibility to import CAD formats. STL, IGES, STEP and VRML are supported natively.[17] Other formats can be imported by using plug-ins.[18]
- DRAW
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 more necessary for OCCT development.
See also
References
- ↑ "Open CASCADE Technology 7.1.0 is available for download!".
- ↑ "Dassault Systemes Signs Agreement to Acquire Matra Datavision's Subsidiary".
- ↑ "Open CASCADE Technology Public License".
- ↑ Downloading Of Source Code For Open Cascade Gains Momentum
- ↑ European e-Business Market Watch Case Study: Open source-based services by Open Cascade S.A.
- ↑ "What's new".
- ↑ "Becoming more and more open!".
- ↑ "Thinkings about the 6.5.0 release, OCCT status, and the relationship with the Community".
- ↑ "Opening the Development of Open CASCADE Technology".
- ↑ "My View - MantisBT".
- ↑ "OCCT Git - occt.git/summary".
- ↑ "Signing the Contributor License Agreement".
- ↑ "Public license".
- ↑ license change
- ↑ "FAQ". opencascade.org. Open Cascade. Retrieved 18 May 2013.
- ↑ Callaway, Tom. "Licensing:Main - Bad Licenses". fedoraproject.org. Red Hat, Inc. and others. Retrieved 18 May 2013.
- ↑ http://www.opencascade.com/content/data-exchange
- ↑ http://www.opencascade.com/content/product-partners
External links
- Official website
- Discussion of Open Cascade license on Open Cascade forums (started 25th Feb '09)
- oce on GitHub
- Discussion forum for the OCE project
- Python binding to Open Cascade library
- Collaborative Development Portal
- New Geometry Kernel in MEDINA
- CrossCad/Plg : CAD import plug-ins for Open CASCADE