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