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