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