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