Inheritance: IfcDistributionFlowElementType
コード例 #1
0
ファイル: IFC E.cs プロジェクト: jenca-cloud/ggIFC
		protected IfcEnergyConversionDeviceType(IfcEnergyConversionDeviceType t) : base(t) { }
コード例 #2
0
ファイル: IFC E.cs プロジェクト: jenca-cloud/ggIFC
		protected static void parseFields(IfcEnergyConversionDeviceType t, List<string> arrFields, ref int ipos) { IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos); }
コード例 #3
0
ファイル: IFC E.cs プロジェクト: jmirtsch/GeometryGymIFC
		protected IfcEnergyConversionDeviceType(DatabaseIfc db, IfcEnergyConversionDeviceType t) : base(db, t) { }