Пример #1
0
		protected static void parseFields(IfcSpatialElementType t, List<string> arrFields, ref int ipos) { IfcTypeProduct.parseFields(t, arrFields, ref ipos); t.mElementType = arrFields[ipos++].Replace("'", ""); }
Пример #2
0
		protected IfcSpatialElementType(IfcSpatialElementType t) : base(t) { mElementType = t.mElementType; }