This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
开发者_StackOverflow社区 Improve this questionHow can I get the length,width and height of 3D object stored as a .stl file?
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
精彩评论