user726899
user726899

Reputation: 131

Calculating dimensions of STL (stereolithography) object from .stl files

How can I get the length, width and height of 3D object stored as a .stl file?

Upvotes: 5

Views: 4673

Answers (1)

David Sykes
David Sykes

Reputation: 49882

STL files are dimensionless, so whatever is reading the stl must know what units the file was written in.

The format of stl files is detailed in wikipedia

Upvotes: 1

Related Questions