IFC_parser
IFC_parser copied to clipboard
use the classes in Ifc_All
How can I deserialize an IFC model using the classes in the Ifc_All module?
When I tried to read an IFC file using the Database class, all the entities were deserialized as IfcGenericEntity, instead of using the classes in Ifc_All. Does that make sense?