Beispiel #1
0
 internal XbimWallType(XbimDocument document, IfcWallType wallType)
     : base(document)
 {
     _ifcTypeProduct = wallType;
 }
Beispiel #2
0
 protected XbimWallType NewWallType(IfcWallType type) { return new XbimWallType(this, type); }