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