How to simplify models in CAD Exchanger SDK

How to simplify models in CAD Exchanger SDK

1. If your model contains B-Rep data, you can generate a mesh representation using ModelAlgo_BRepMesher. Setting different ModelAlgo_BRepMesherParameters will result in different output quality.

2. An existing mesh representation can be decimated using Mesh Decimation. This tool is handy when a model only contains a mesh representation but not B-Rep, and it's not possible to generate a new mesh out of the latter.

3. We also offer B-Rep Simplification algorithm that transforms B-Rep and mixed (B-Rep and polygonal) models so that their general visual appearance is maintained but geometry is simplified, i.e. contains fewer faces and triangles.