pub fn read_step(text: &str, tol: Tolerances) -> OgeomResult<StepImport>Expand description
Read a STEP exchange file’s B-rep content.
§Errors
OgeomError::Construction if the file does
not parse, contains no solid, or a solid’s structure is broken in a way
topology cannot represent. Faces the reader cannot complete become
warnings, not errors; the report says exactly what was compromised.