Inheritance: IfcBuildingElementType
Esempio n. 1
0
		internal new static IfcCoveringType Parse(string strDef) { IfcCoveringType t = new IfcCoveringType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Esempio n. 2
0
		internal IfcCoveringType(IfcCoveringType t) : base(t) { mPredefinedType = t.mPredefinedType; }
Esempio n. 3
0
		internal static void parseFields(IfcCoveringType e, List<string> arrFields, ref int ipos) { IfcBuildingElementType.parseFields(e, arrFields, ref ipos); try { e.mPredefinedType = (IfcCoveringTypeEnum)Enum.Parse(typeof(IfcCoveringTypeEnum), arrFields[ipos++].Replace(".", "")); } catch (Exception) { } }
 public Qto_CoveringBaseQuantities(IfcCoveringType type) : base(type)
 {
 }