Exemplo n.º 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("'", ""); }
Exemplo n.º 2
0
		protected IfcSpatialElementType(IfcSpatialElementType t) : base(t) { mElementType = t.mElementType; }