TRIDYsign

File formats

STEP

Also known as: step · .step · .stp · iso 10303

Short definition

STEP is a CAD interchange format that stores a part's exact geometry as mathematical surfaces rather than as an approximated triangle mesh.

Full definition

When an author publishes a STEP alongside the STL they are giving away something valuable: the real, editable geometry in any CAD package rather than an already-triangulated mesh. With a STEP you can change a hole diameter, lengthen an arm or adjust a tolerance; with an STL you can only deform triangles. It is standardised as ISO 10303 and exported by Fusion, FreeCAD, Onshape and practically any parametric CAD. The trade-off is that slicers must convert it to a mesh before slicing, which they now do by themselves.

File formats

Updated