pub fn read_step_pmi(
text: &str,
feature_name: &str,
) -> Result<Option<PmiState>, String>Expand description
Read a file’s PMI into a PmiState whose references name the geometry
an IMPORT3D feature feature_name will stamp. Ok(None) when the file
carries no PMI.