Beispiel #1
0
 internal protected IfcModel(IfcStore store)
     : base(System.Guid.NewGuid().ToQualifier(), store.Logger)
 {
     Store = store;
 }
Beispiel #2
0
 internal protected IfcModel(IfcStore store, Qualifier qualifier)
     : base(qualifier, store.Logger)
 {
     Store = store;
 }