Real B-rep. Real booleans.
Under the hood cycleCAD runs OpenCascade.js โ the same CAD kernel the pros use. Your extrudes, fillets, and booleans produce real topology, not mesh approximations.
Round-trip to STEP preserves the feature tree. Round-trip to IGES preserves NURBS. Round-trip to GLB gives you a tessellated mesh suitable for the web โ all from the same parametric source.
- Real topology:
faces,edges,vertices,loops - Real booleans:
union,cut,intersectโ no mesh approximation - Real fillets and chamfers โ edge-based, preserves parametric intent
- STEP โ IGES โ GLB round-trip via converter server
- Incremental rebuild on parameter change