Exemplo n.º 1
0
		internal static void parseFields(IfcMedicalDeviceType t, List<string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcMedicalDeviceTypeEnum)Enum.Parse(typeof(IfcMedicalDeviceTypeEnum), arrFields[ipos++].Replace(".", "")); }
Exemplo n.º 2
0
		internal new static IfcMedicalDeviceType Parse(string strDef) { IfcMedicalDeviceType t = new IfcMedicalDeviceType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Exemplo n.º 3
0
		internal IfcMedicalDeviceType(IfcMedicalDeviceType t) : base(t) { mPredefinedType = t.mPredefinedType; }