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 41 forks source link

wexbim + Custom CDE into IFC #4

Closed redgeway-edocs closed 8 years ago

redgeway-edocs commented 8 years ago

We are looking at generating an IFC with updated asset data from our own CDE. We have used the xBim tools to seperate the IFC file into the geometry data (wexbim) and the asset data ( COBie ).

We then use our own CDE to update the asset data.

Is it then possible to use the wexbim file and our now updated data to regenerate a new IFC or would we be better off updating the data in the original IFC?

CBenghi commented 8 years ago

Hi, Just my thoughs... In principle creating a new IFC is feasible, but I suppose that it's going to be much easier to retain the original IFC file (xbim format is also ok) and push back the differences that you should have kept track of.

The Wexbim format flattens the complex structure of geometries for viewing purposes, but most BIM tools would do a better job at understanding the data using the rich geometric primitives of the IFC.

Authorship issues are also relevant... You want to be sure that data is not altered in ways that users cannot control before being sent across the CDE (small details might matter a lot in case of litigation).

CBenghi commented 8 years ago

I'm closing to tidy-up as no contribution has been posted in a while, please reopen or open a new one if needed. Claudio