コード例 #1
0
 internal XbimCurtainWallType(XbimDocument document, IfcCurtainWallType doorStyle)
     : base(document)
 {
     _ifcTypeProduct = doorStyle;
 }
コード例 #2
0
ファイル: XbimDocument.cs プロジェクト: bnaand/xBim-Toolkit
 protected XbimCurtainWallType NewCurtainWallType(IfcCurtainWallType type) { return new XbimCurtainWallType(this, type); }