Skip to main content

parse_auto

Function parse_auto 

Source
pub fn parse_auto(content: &str) -> Result<Arc<dyn IfcModel>>
Expand description

Auto-detect format and parse (IFC4 STEP or IFC5 IFCX)

This is the recommended entry point for parsing IFC files when the format is not known in advance.