Solidean Logo
  • Docs
  • Blog
  • Examples
  • Features
  • Licensing
  • FAQ
  • Request Demo
Docs Home Getting Started
Tutorials How-to Guides Concepts & Rationale API Reference Examples
Blog & News FAQ Troubleshooting Changelog
Documentation
EXAMPLE

Examples

Concise, runnable examples: import, Booleans, healing, export, queries.

Browse by topic and language. Prefer small, focused samples that demonstrate one idea at a time.

Note: Many examples use ExampleFramework.hh,
a tiny helper header providing simple vector types and mesh utilities.

  • A cube subtracted from a cube
    Basic C API C C++ Using the Solidean C API (from a C++ project): create a context, run a boolean, and export triangles.
  • A cube subtracted from a cube
    Basic C++ 17 API C++17 Using the Solidean C++ 17 API: create a context, run a boolean, and export triangles.
  • A cube subtracted from a cube
    Basic Python API PYTHON Minimal Python example: create a context, run an exact boolean, export triangles, and write an OBJ.
  • A tetrahedron subtracted from a cube
    Basic Input & Output C++17 Read two OBJ meshes, compute a Boolean difference, and write the result back to OBJ.
  • A sphere subtracted from each face of an icosahedron
    Advanced Input & Output C++17 Batch unions/differences across many placements; scale, position, iterate, and export indexed topology.
  • Series of spheres subtracted from the top of a cube
    Basic Iterated Booleans C++17 Subtract a moving tool from a workpiece over many steps using the C++17 API.
  • An assortment of tool meshes subtracted from initial workpiece
    Advanced Iterated Booleans C++17 Iterated subtraction with randomized tools, healing, and tracking using the C++17 API.
  • A simple non-supersolid cube duo after repair
    Basic Mesh Healing C++17 Fix a broken mesh with missing faces and overlapping geometry using the C++17 API.
  • Example Framework Header C++ A tiny helper header for demos and quick tests, showcasing custom types and mesh utilities.

Didn’t find what you needed? — Docs · API Reference · All Symbols · FAQ · Troubleshooting

Docs Licensing Imprint Privacy
GitHub Twitter LinkedIn YouTube

© 2025 Shaped Code GmbH. All rights reserved. SOLIDEAN® is a registered trademark.

Advertisement