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