PavelWhiteTiger

Results 6 comments of PavelWhiteTiger

Do we need models.ecore or IFC4X3_ADD2.ecore ? And how i can get models.ecore ?

![Image](https://github.com/user-attachments/assets/46dcd808-6aef-41d2-a992-72e2b52fd1c0)

This example is in the AddReferenceChange class.

Example of creation and using on my app. ``` IfcRelationship ifcRel = model.getRichModel().create(model.getClient().getMetaDataManager().getPackageMetaData("ifc4x3").getEClass("IfcRelContainedInSpatialStructure")); 0) { ifcRel.eSet(eReference, objList.get(0)); } } ```

When I use eGet on client I get specially EList whom knows about rules, but bimserver works another (there is eGet into addReference ), it get simple list without rules....

We fill the model using ClientIfcModel (in the client code) and in LongDownloadOrCheckoutAction we get ServerIfcModel, ifcHeader in ServerIfcModelis=null. IfcPluginBase on BimServer when using the writeHeader method also shows that...