예제 #1
0
 internal XbimCurtainWallType(XbimDocument document, IfcCurtainWallType doorStyle)
     : base(document)
 {
     _ifcTypeProduct = doorStyle;
 }
예제 #2
0
 protected XbimCurtainWallType NewCurtainWallType(IfcCurtainWallType type) { return new XbimCurtainWallType(this, type); }