Esempio n. 1
0
		protected IfcElementComponent(IfcElementComponent c) : base(c) { }
Esempio n. 2
0
		protected static void parseFields(IfcElementComponent c, List<string> arrFields, ref int ipos) { IfcElement.parseFields(c, arrFields, ref ipos); }
Esempio n. 3
0
		protected IfcElementComponent(DatabaseIfc db, IfcElementComponent c) : base(db, c,false) { }