Skip to content

v1.0.0

Compare
Choose a tag to compare
@donalffons donalffons released this 24 Sep 19:48
· 1480 commits to master since this release
  • First version using Embind and automatically generated bindings.
  • Lots of breaking changes in this version. Most notably:
    • Overloaded methods and constructors are now fully supported (on all supported classes). Please have a look at the conventions for details.
    • Static methods have a slightly different interface. Before, you would call them via openCascade.ClassName.prototype.staticMethod(). Now, you call them via openCascade.ClassName.staticMethod().
  • Largely improved coverage of the OpenCascade API