示例#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) { }