pub fn read(text: &str, tol: Tolerances) -> OgeomResult<(Model, Shape)>Expand description
Read a shape from interchange text, into a model of its own.
ยงErrors
OgeomError::Construction if the
text is not this format, or carries a record this does not read, which
it says by number rather than by shrugging.