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