Drop your .step / .stp file — we convert it to .glb right in your browser. Files never leave your computer.
ISO 10303 boundary-representation CAD format — the industry standard for exchanging precise, parametric solid models between engineering tools.
Binary glTF — the JPEG of 3D. Self-contained, small, and loads natively on the web, in AR, and in every modern 3D engine.
STEP is unusable on the web — no browser speaks it natively. GLB is the web-native 3D format: tiny, self-contained, and loads in every modern engine. Converting once at the desk saves every visitor the CAD kernel cost.
No. STEP is parsed by occt-import-js (WebAssembly OpenCascade) inside your browser, then re-exported as GLB by Three.js. Your data never leaves the machine.
Part names and the basic hierarchy are preserved in the glTF scene graph. PMI, features, and parametric history are not — glTF has no representation for them.
STEP's exact B-rep is tessellated into triangles during conversion — that's unavoidable when targeting a mesh format. We use a reasonable default deflection, which looks good on screen at normal viewing distances.
Yes for <model-viewer> (Google's web component — drop the file in and it renders). For iOS AR Quick Look you specifically need USDZ — the 3D viewer on this site can export USDZ directly too.