pub fn import_obj_solid(text: &str, tolerance: f64) -> Result<String, JsValue>Expand description
Import Wavefront OBJ text as a faceted (planar-triangle) BREP solid.
tolerance <= 0 derives the vertex-weld band from the model’s
bounding-box diagonal.