Open CASCADE Technology 6.9.0 is available for download!

Forums: 

May 12, 2015

OPEN CASCADE SAS is pleased to announce a new public release of Open CASCADE Technology (version 6.9.0).

Open CASCADE Technology and Products version 6.9.0 is a minor release, which includes about 400 improvements and bug fixes over the previous release 6.8.0.

Version 6.9.0 is binary incompatible with the previous versions of Open CASCADE Technology and Products, so applications linked against a previous version must be recompiled to run with this Version 6.9.0.

New in this version:

Modeling algorithms:

  • Fuzzy Boolean operations - possibility to specify global tolerance for a Boolean operation;
  • Support of multiple arguments for a single Boolean operation;
  • Improved performance and thread safety;
  • Shape proximity detector;
  • Revised usage of Closed flag in shapes;
  • Precise evaluation of edge tolerance;
  • Additional options to tune BRepMesh algorithm;
  • More robust algorithms of surface-surface intersection and curve on surface projection;
  • Improved support of user feedback messages in Shape Processing;
  • New tool to eliminate small solids in ShapeFix;
  • Visualization:

  • Redesign of selection mechanism for better performance;
  • OpenGL ES 2.0 compatibility improvements;
  • Support of OpenGL viewer on iOS and ray tracing on OS X;
  • Robust implementation of immediate mode using FBO;
  • Option to disable automatic re-triangulation of shapes on display;
  • Data Exchange:

  • Reconstruction of p-curves optimized to accelerate import from STEP;
  • Colors of edges and faces are written to IGES 5.3;
  • Orientation of faces is preserved on export to IGES 5.1;
  • Export to STL and VRML 2.0 corrected;
  • Other

  • Support of parallelism without TBB library;
  • 64-bit mode becomes default on Windows;
  • Improved stability of performance measurements in tests;
  • Products:

  • Express Mesh : improved quality of mesh near face boundary;
  • C# and Java wrappers: Support of SWIG 3.x;
  • DXF Import: Reading of the recent DXF versions with ACIS data encoded in binary form;
  • ACIS SAT Import: Reading of SAB (Standard ACIS Binary) files.

    Detailed information about this release is available in Release Notes (PDF).

    To download Open CASCADE Technology, please, visit our Download Center.

    To learn more about our Products, please, visit our Value-added Software page.

    Please, contact us for any additional information.

  • P G's picture

    downloaded, installed.
    Executing MFC samples - Import/Export gave a system error.

    The program can't start becuase VCOMP100.DLL is missing from your computer. Try reinstalling the program to fix this problem. [OK]

    Forum supervisor's picture

    Dear PG,
    Indeed it is our fault. The corresponding issue with ID = 0026242 is registered in OCCT Mantis BT. It will be fixed in the next OCCT release.
    For the time being you can simply download the Microsoft Visual C++ 2010 SP1 Redistributable Package by your own (using the next link - https://www.microsoft.com/en-us/download/details.aspx?id=13523), install it in your local environment and tune PATH variable.
    Sorry for possible inconveniences.
    FSR.

    P G's picture

    thanks , downloaded the VC2010 Sp1 . now import/export MFC sample works.