var fDesc=new Array(); fDesc[0] = "Open CASCADE Technology is a powerful CAD/CAM/CAE kernel and development platform for 3D modeling applications. It consists of reusable C++ object libraries and a set of development tools that are available in Open Source.

Open CASCADE Technology is a software development platform freely available in open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development.

Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications.

Whether you are a software vendor or an industrial company, a research institute or a University, or an individual developer you will encounter similar issues when developing specific technical and scientific applications.

No matter what your business profile is, Open CASCADE Technology brings you numerous competitive advantages over other modeling kernels. Using Open CASCADE Technology will increase your productivity and will solve very special problems.

These typical needs can appear in various industrial domains, such as aerospace or automotive sectors, in scientific research or commercial software edition. Discover these and other domains where Open CASCADE Technology has already been successfully applied.

Main Features :

- 3D geometric modeling
- 3D graphics
- Interoperability
- Pre and post-processing
- CAD/CAM/CAE applications"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }