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