IndustryFoundationClasses / Questions

Have a question about IFCs? Ask here. Use Github Issues.
20 stars 4 forks source link

Merge multiple versions of an IFC file? #8

Open theoryshaw opened 7 years ago

theoryshaw commented 7 years ago

Does anyone know of a solution that...

Essentially looking for a solution that merges multiple versions of an IFC file over time.

aahoo commented 7 years ago

Using IfcOpenShell, the first question can be solved with a few lines of code. The second one requires a lot of work.

aothms commented 7 years ago

In addition, there might be some overlap with what the BIMserver's ModelComparePlugin tries to accomplish.

I-Sokolov commented 7 years ago

Some important details may depend on your specific application/task so I doubt there is ready solution.

theoryshaw commented 7 years ago

Hi Igor,

This link will give a little more backstory and intention. https://github.com/opensourceBIM/BIMserver/issues/449#issuecomment-270128801

Do you mean objects as IfcObject entities? Relations or type objects it may be a different story.

Would be just IfcObjects at this point. Worry about relations and type objects later.