Assembly & Interference Detection
Check the product, not just the part.
A multi-solid STEP import splits into its real, independent parts via the CAD kernel itself, not a mesh heuristic. Every pair of parts close enough to matter gets a true boolean intersection: if two solids genuinely overlap, Buildable reports the exact overlap volume in mm³. Pull the explode slider and every part slides outward from the assembly's own center, scaled to its own size.
Real interference, not a guessA true boolean intersection between solids, reported as an exact overlap volume. Two parts that only touch report zero.
Scales to real assembliesA bounding-box pre-filter skips the expensive check for every pair that clearly can't overlap, so checking stays practical up to 150 parts.
Never a blank waitThe part list and exploded view render the moment parts are split out. Interference keeps checking in the background with live progress.
Not yet built
Heuristic fastener & mate suggestions are on the roadmap.
Buildable finds real interference today. It doesn't yet suggest which faces are meant to mate or where fasteners belong; neutral STEP rarely carries real mate constraints, so that's genuine geometric inference, not a lookup, and it's still on the roadmap rather than live.
