In a Line:
Calculate the length, width and height of the 3D object i.e. the Bounding Box of the 3D STL model file.
In Detail:
Easily calculate
- Length
- Width
- Height / Depth
- Bounding Box Volume
- Perform Unit Conversions
The How:
Easy to use PHP methods:
- getBBox() returns an array of [“Length”,”Width”,”Height”] calculated from the 3D STL file.
- getBBoxVolume() returns Bounding Box Volume calculated from the 3D STL file.
Happy 3D Printing!