Mesh generation

Mesh generation

CAD Exchanger Lab can generate Polygonal representations (Meshes) of different densities based on Boundary representations (B-Rep). Open Representations and click Add mesh to start Mesh generation.



    • Related Articles

    • Mesh Simplification

      There’s a tool we offer as part of the Advanced Geometry Processing add-on called Mesh Simplification. It allows lowering the density of the original mesh by collapsing edges, preserving the major geometrical features of the mesh. It reduces the ...
    • Screenshot generation

      At the moment Web Toolkit has no API that allows to make screenshots, but a screenshot can be made using standard web API - HTMLCanvasElement: toBlob() method.
    • How to generate meshes for Finite Element Analisys (FEA) in CAD Exchanger SDK

      CAD Exchanger SDK includes Computational Meshers intended for FEA mesh generation out of BReps (Boundary Representations). See our ready-made Netgen Mesher Example and Mefisto Mesher Example. The time it will take for the algorithm to complete ...
    • 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. See our ready-made Visualization Mesher Example and ...
    • Requirements for visualization

      CAD Exchanger uses OpenGL for visualization (including screenshot generation). OpenGL version has to be 2.1 or higher for CAD Exchanger to utilize its graphic component.