Can I generate quad (4-sided) polygon meshes with your software?

Can I generate quad (4-sided) polygon meshes with your software?

Unfortunately, at this point none of our products generate quad meshes, but only triangular ones.

    • Related Articles

    • 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 ...
    • 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.
    • My model rotated after conversion. Why it happens?

      Different softwares use different axis orientations. That is quite a common thing to occur when a model moves between various 3d software packages. CAD Exchanger uses a right-handed coordinate system. CAD Exchanger Lab offers the axis orientation ...
    • Can I deploy an app using CAD Exchanger SDK in Docker?

      Absolutely! CAD Exchanger SDK is a set of native software libraries, so apps using it can be run within containers. Please note that even if you're using C#, Java or Python API, it will be calling into native binaries. However there is a tiny ...
    • 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 ...