pub fn import_stl_solid(data: &[u8], tolerance: f64) -> Result<String, JsValue>Expand description
Import binary-STL bytes as a faceted (planar-triangle) BREP solid.
tolerance <= 0 derives the vertex-weld band from the model’s
bounding-box diagonal.