Overview · Clients · CAD Viewer

CAD Viewer

Fresh · 0d

Three.js renderer with edge overlay (shaded + lines, like SW). Drag to rotate, scroll to zoom, right-drag to pan. Click any field below to edit — title, specs, notes, status all save locally.

Click a body to select.
Section axis: Position:
No selection. Click a body in the canvas.
Loading…

Loading…

Status
Notes

Roadmap v0.5 → v0.7

`; const w = window.open('', '_blank', 'width=1280,height=900'); if (!w) { alert('Popup blocked — allow popups for this site to use Export drawing.'); return; } w.document.open(); w.document.write(html); w.document.close(); } // (activate() picks up renderParameters via the inline call we added inside it) // Boot activate('comp_drum');