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