Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE. This is a clone of the official repository located on https://dev.opencascade.org/. Please use official development portal for registering issues and providing patches.
Go to file
dpasukhi 72c6d55bf2 0033765: Data Exchange, IGES Export - Missing Model Curves in transfer cache
Curve list should be not unique, list is recommended.
One curve can be used by multiple edges.
2024-09-14 20:26:41 +00:00
.github/workflows 0033805: Configuration - Implement GitHub Actions build scripts 2024-09-05 17:55:07 +00:00
adm 0033319: Coding - Static linking fails with unresolved symbols due to linking order and missing transitive dependencies 2024-09-05 18:15:57 +00:00
data 0029196: Tests - some test cases fail with Intel HD graphics 2017-10-12 12:23:18 +03:00
dox 0033807: Documentation - Fix various typos found in codebase 2024-08-31 14:26:15 +01:00
samples 0033750: Configuration - make file configuration failed in mfc example 2024-09-05 17:55:01 +00:00
src 0033765: Data Exchange, IGES Export - Missing Model Curves in transfer cache 2024-09-14 20:26:41 +00:00
tests 0033807: Documentation - Fix various typos found in codebase 2024-08-31 14:26:15 +01:00
tools 0033807: Documentation - Fix various typos found in codebase 2024-08-31 14:26:15 +01:00
.gitattributes 0032315: Configuration, CMake - fix building Draw Harness plugins as static libraries 2021-04-23 18:46:13 +03:00
.gitignore 0033810: Coding - GitIgnore update with .vscode 2024-08-31 13:31:34 +00:00
.tgitconfig 0028663: Integration of TortoiseGit with bug tracker 2017-04-21 14:54:57 +03:00
CMakeLists.txt 0033766: Documentation - Fix various typos found in codebase 2024-07-15 16:57:52 +01:00
LICENSE_LGPL_21.txt 0027193: Describe building OCCT with genproj tool 2016-03-04 14:44:22 +03:00
OCCT_LGPL_EXCEPTION.txt 0024428: Implementation of LGPL license 2013-12-17 12:43:17 +04:00
README.txt 0027237: genproj file does not take into account any arguments 2016-03-15 12:23:35 +03:00
genconf 0025382: Visualization, TKOpenGl - improved video recording capability 2017-07-31 17:37:07 +03:00
genconf.bat 0028701: Configuration - add support of VS 2017 2017-07-13 17:29:45 +03:00
gendoc 0027193: Describe building OCCT with genproj tool 2016-03-04 14:44:22 +03:00
gendoc.bat 0024816: Tool for upgrading OCCT and dependent code 2015-08-19 19:03:16 +03:00
genproj 0030967: Configuration, genproj.tcl - generate OCCProducts solution for products 2019-09-16 19:41:13 +03:00
genproj.bat 0030967: Configuration, genproj.tcl - generate OCCProducts solution for products 2019-09-16 19:41:13 +03:00
upgrade.bat 0024816: Tool for upgrading OCCT and dependent code 2015-08-19 19:03:16 +03:00

README.txt

Open CASCADE Technology
=======================

This directory contains sources of Open CASCADE Technology (OCCT), a software
development platform providing services for 3D surface and solid modeling, CAD 
data exchange, and visualization. Most of OCCT functionality is available in 
the form of C++ libraries. OCCT can be best applied in development of software 
dealing with 3D modeling (CAD), manufacturing / measuring (CAM) or numerical 
simulation (CAE).

License
-------

Open CASCADE Technology is free software; you can redistribute it and / or 
modify it under the terms of the GNU Lesser General Public version 2.1 as 
published by the Free Software Foundation, with special exception defined in 
the file OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included
in OCCT distribution for complete text of the license.

Alternatively, Open CASCADE Technology may be used under the terms of Open 
CASCADE commercial license or contractual agreement.

Note that Open CASCADE Technology is provided on an "AS IS" basis, WITHOUT 
WARRANTY OF ANY KIND. The entire risk related to any use of the OCCT code and 
materials is on you. See the license text for formal disclaimer.

Packaging
---------

You can receive certified version of OCCT code in different packages.

- Snapshot of Git repository: contains C++ header and source files of OCCT,
  documentation sources, build scripts, and CMake project files.

- Complete source archive: contains all sources of OCCT, generated HTML and PDF
  documentation, and ready-to-use projects for building on all officially 
  supported platforms.

- Binary package (platform-specific): in addition to complete source archive, 
  it includes binaries of OCCT and third-party libraries built on one platform. 
  This package allows using OCCT immediately after installation.

Certified versions of OCCT can be downloaded from http://www.opencascade.com

You can also find OCCT pre-installed on your system, or install it from 
packages provided by a third party. Note that packaging and functionality
of such versions can be different from certified releases. Please consult 
documentation accompanying your version for details.

Documentation
-------------

Open file doc/html/index.html to browse HTML documentation.

If HTML documentation is not available in your package, you can:

- Generate it from sources. 

  You need to have Tcl and Doxygen 1.8.4 (or above) installed on your system.
  and accessible in your environment (check environment variable PATH).
  Use batch file *gendoc.bat* on Windows or Bash script *gendoc* on Linux
  or OS X to (re)generate documentation.

- Read documentation in source plain text (MarkDown) format found in 
  subfolder *dox*

See *dox/dev_guides/documentation/documentation.md* for details.

Building
--------

In most cases you need to rebuild OCCT on your platform (OS, compiler) before
using it in your project, to ensure binary compatibility.

Consult the file *dox/dev_guides/building/building.md* for instructions on
building OCCT from sources on supported platforms.

Version
-------

The current version of OCCT can be consulted in the file
*src/Standard/Standard_Version.hxx*

Development
-----------

For information regarding OCCT code development please consult the official 
OCCT Collaborative Development Portal:
http://dev.opencascade.org