Wrappers help to make the development of Open CASCADE Technology based software faster and more efficient, by providing ready to use components implementing some highly demanded features.
The set of Wrappers include the following components:
- C# Wrapper – a tool for wrapping Open CASCADE Technology C++ classes to C# language, to allow their use from within .NET applications. This component not only provides the ready to use wrappers for the most used part of Open CASCADE Technology high-level API, but also describes the methodology of wrapping, and features a tool to let user wrap additional C++ classes and types if needed. The component also includes a C# sample that illustrates the use of wrappers generated by this tool.
- Java Wrapper – a tool for wrapping Open CASCADE Technology C++ classes to Java language, to allow their use from within Java applications. This component is similar to the C# Wrapper tool described above.