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