상속: IfcEnergyConversionDeviceType
예제 #1
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcAirToAirHeatRecoveryType Parse(string strDef) { IfcAirToAirHeatRecoveryType t = new IfcAirToAirHeatRecoveryType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
예제 #2
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcAirToAirHeatRecoveryType(IfcAirToAirHeatRecoveryType be) : base(be) { mPredefinedType = be.mPredefinedType; }
예제 #3
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcAirToAirHeatRecoveryType t,List<string> arrFields, ref int ipos) {  IfcEnergyConversionDeviceType.parseFields(t,arrFields, ref ipos); t.mPredefinedType = (IfcAirToAirHeatRecoveryTypeEnum)Enum.Parse(typeof(IfcAirToAirHeatRecoveryTypeEnum), arrFields[ipos++].Replace(".", "")); }
예제 #4
0
		internal IfcAirToAirHeatRecoveryType(DatabaseIfc db, IfcAirToAirHeatRecoveryType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }