Exemple #1
0
		internal static void parseFields(IfcCooledBeamType t,List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t,arrFields, ref ipos); t.mPredefinedType = (IfcCooledBeamTypeEnum)Enum.Parse(typeof(IfcCooledBeamTypeEnum), arrFields[ipos++].Replace(".", "")); }
Exemple #2
0
		internal new static IfcCooledBeamType Parse(string strDef) { IfcCooledBeamType t = new IfcCooledBeamType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Exemple #3
0
		internal IfcCooledBeamType(IfcCooledBeamType t) : base(t) { mPredefinedType = t.mPredefinedType; }