Exemplo n.º 1
0
		protected static void parseFields(IfcReinforcingElement e, List<string> arrFields, ref int ipos)
		{
			IfcElementComponent.parseFields(e, arrFields, ref ipos);
			//if(UtilityIFC.mIFCModelData.mSchema == Schema.IFC2x3)
			e.mSteelGrade = arrFields[ipos++].Replace("'", "");
		}
Exemplo n.º 2
0
		protected IfcReinforcingElement(IfcReinforcingElement e) : base(e) { mSteelGrade = e.mSteelGrade; }