xBimTeam / XbimExchange

XbimExchange contains several COBie schemas and serialisation functions as well as the Model Validation library adopted by theNBS digital toolkit.
https://xbimteam.github.io/
Other
46 stars 42 forks source link

Is possible to come back from wexBim to IFC? #38

Open boggy94 opened 5 years ago

boggy94 commented 5 years ago

I'm looking to edit the wexbim file online(webpage based) and export it again to an IFC readable format.

andyward commented 5 years ago

No, because Wexbim is only a geometry format. It contains no meaningful semantic data, only an encoded form of the following data: the entity type, the entity label, a mesh & styles.

You should be able to convert the geometry back into some form of IfcRepresentation but you'd need to correlate it with some semantic data to make a useful IFC. The Cobie* formats might be a useful starting point for this.