Blog

How mesh healing works and what algorithms are involved

September 10, 2026

3D meshes are rarely born clean. Whether they come from a 3D scanner, a CT reconstruction, a CAD export, or a generative pipeline, real-world meshes arrive with holes, flipped norm...
MeshLib vs CinoLib — 3D boolean operations benchmark 2026

September 7, 2026

The robust-booleans pipeline in CinoLib never gives up — but how fast is it? 2026 benchmark: MeshLib vs CinoLib + RobustMesh on large scans, dental meshes, and edge cases.
MeshLib vs MCut — 3D boolean operations benchmark 2026

September 7, 2026

MCut approaches booleans through exact mesh cutting. Our 2026 benchmark shows what that costs on production meshes: MeshLib vs MCut on large scans, dental data, and edge cases.
MeshLib vs libigl — 3D boolean operations benchmark 2026

September 7, 2026

libigl is a beloved research library — but is it the right boolean engine for production? Fresh 2026 benchmark: MeshLib vs libigl on large scans, dental meshes, and edge cases.
MeshLib vs Manifold — 3D boolean operations benchmark 2026

September 7, 2026

Manifold is the strongest open-source boolean engine in our 2026 benchmark. See where it shines and where MeshLib pulls ahead: large scans, dental meshes, edge cases.
Pros and Cons of Real-Time Boolean Operations

September 3, 2026

Boolean operations — union, difference, and intersection — are the backbone of constructive solid geometry (CSG). Running them in real time, so the model updates the instant a user...
What Is Premium Support Post Preview

August 28, 2026

When you build on a geometry SDK, the code is only half of what you're buying. Premium support is direct, prioritized, SLA-backed access to the team behind it — here is what it inc...
Top 5 Python Libraries for 3D Geometry Post Preview

August 20, 2025

If you work with 3D data via Python, you know how choosing the right toolbox can be confusing. For all intents and purposes, there is no clear standard. Instead, 3D data processing...