Closed chriscarex closed 8 years ago
The <mesh>
element referencing the STL file has a method getLocalBoundingBox
which returns the object space bounding box of the STL file. In the example, open a console and try:
document.querySelector("mesh").getLocalBoundingBox().toString()
Works for me.
this works as well, thanks
Hi, wanted to know if bounding box is supported for stl files uploaded with this plug-in and how can I get the values, or otherwise I recommend to add this feature to the plugin. Thanks, Christian