Inheritance: IfcEnergyConversionDeviceType
Beispiel #1
0
		internal new static IfcElectricGeneratorType Parse(string strDef) { IfcElectricGeneratorType t = new IfcElectricGeneratorType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Beispiel #2
0
		internal IfcElectricGeneratorType(IfcElectricGeneratorType be) : base((IfcEnergyConversionDeviceType)be) { mPredefinedType = be.mPredefinedType; }
Beispiel #3
0
		internal static void parseFields(IfcElectricGeneratorType t, List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcElectricGeneratorTypeEnum)Enum.Parse(typeof(IfcElectricGeneratorTypeEnum), arrFields[ipos++].Replace(".", "")); }
Beispiel #4
0
		internal IfcElectricGeneratorType(DatabaseIfc db, IfcElectricGeneratorType t) : base(db,t) { mPredefinedType = t.mPredefinedType; }