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