You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().