Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightCAD & PCB Toolschevron_rightSTEP Assembly InspectorSTEP Assembly Inspector

STEP Assembly Inspector

Load a STEP, IGES or BREP file and browse the assembly it encodes — sub-assemblies, leaf parts, and per-node vertex, triangle and face counts.

upload_file

Click to browse or drag & drop files here

Choose a STEP, IGES or BREP file

Accepted: .step,.stp,.iges,.igs,.brep

infoTessellation happens locally through OpenCascade (WASM). Large assemblies can take a few seconds to parse — nothing is uploaded.

Similar Tools

STEP Part Extractor

STEP Part Extractor

Browse a STEP, IGES or BREP assembly's hierarchy, check one or more parts or sub-assemblies, and export each as a standalone STL, GLB or OBJ file.

CAD Viewer

CAD Viewer

Open STEP, STP, IGES, IGS and BREP files directly in your browser with a free online CAD viewer that needs no install and no upload.

CAD File Converter

CAD File Converter

Convert STEP, IGES and BREP CAD files to STL, OBJ, GLB or PLY with adjustable tessellation quality.

CAD Mass Properties Calculator

CAD Mass Properties Calculator

Compute volume, surface area, centroid, bounding box and weight from a STEP, IGES, BREP or STL file, with ~20 material density presets, entirely in your browser.

Duration Formatter

Duration Formatter

Turn raw seconds, milliseconds, minutes, or hours into human-friendly durations.

MP3 to WAV Converter

MP3 to WAV Converter

Convert MP3 audio files to uncompressed 16-bit WAV in your browser. Fully private, no upload required.

Tone Generator

Tone Generator

Generate sine, square, sawtooth, and triangle audio tones from 20 Hz to 20 kHz directly in your browser. Adjustable volume.

apps

More Tools

Browse our full collection of free online tools.

A STEP or IGES file rarely stores a single lump of geometry — it stores a product structure: an assembly made of sub-assemblies, made of parts, each one a boundary-representation (B-Rep) solid described by exact surfaces rather than triangles. That structure is the whole point of the format, but most viewers throw it away the moment they tessellate the file, leaving you with one flat pile of meshes and no way to tell a bracket from a bolt.

This tool keeps the structure. It reads the file with the same OpenCascade kernel used across the site's other CAD tools, walks the product tree it returns, and shows it to you as a collapsible hierarchy — which nodes are assemblies, which are leaf parts, and how many meshes, vertices and triangles live under each one. Click any node, part or whole sub-assembly, and it renders in isolation in the 3D preview so you can confirm you have the right one before doing anything with it.

A few honest notes: the vertex and triangle counts are a property of this tessellation pass, not of the underlying geometry — raise the quality preset and they climb, because OpenCascade is re-approximating the same exact surfaces more finely. The one number that does not move with quality is the B-Rep face count shown for a single-solid part, since that comes straight from the kernel's surface list rather than the triangle mesh. Everything runs locally in your browser; the file never leaves your machine.

Useful before importing a large assembly into a mesh-only workflow, auditing a supplier's STEP export for how it's actually organized, or just answering "how many parts are actually in this thing?" without opening a full CAD package.