Esempio n. 1
0
		protected IfcElementComponentType(IfcElementComponentType el) : base(el) { }
Esempio n. 2
0
		protected static void parseFields(IfcElementComponentType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
Esempio n. 3
0
		protected IfcElementComponentType(DatabaseIfc db, IfcElementComponentType t) : base(db, t) { }