CompletedTool
Kidney STL Measurement
Python script to measure dimensions and hole sizes in STL files. Bounding box, cross-section analysis, equivalent diameter for holes.
Pythonnumpy-stltrimesh
Problem
3D models (e.g. kidney/medical) needed quick dimension checks—bounding box, hole sizes—without opening in CAD.
Solution
Built a CLI script that loads STL, computes bounding box, slices at mid-Z, detects closed contours and holes, outputs equivalent diameters.
Outcome
Quick checks for STL files. Run from project root: python stl_measure/measure_stl.py.