- Warning
- This page describes functionality that is part of Advanced Geometry Processing add-on, which is licensed separately from the base CAD Exchanger SDK.
Brief introduction
Advanced Geometry Processing add-on allows CAD Exchanger SDK users to perform simplification of 3D CAD models.
It attempts to provide a simple way to use non-trivial geometric algorithms in a workflow utilizing CAD Exchanger.
Benefits
- Integrated into CAD Exchanger SDK. All the algorithms work with CAD Exchanger data types, often with ModelData_Model itself, allowing make use of them without complex data preparation.
- Simple to use. Advanced Geometry Processing strives to provide simple API for when you want it to just work.
- Customizable. At the same time, when you really want to make the best of the provided algorithms, there are parameters to tweak them to your liking.
- Available to all SDK users. These algorithms are available in all programming languages supported by CAD Exchanger - C++, C#, Java and Python.