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