예제 #1
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcElementComponent(IfcElementComponent c) : base(c) { }
예제 #2
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		protected static void parseFields(IfcElementComponent c, List<string> arrFields, ref int ipos) { IfcElement.parseFields(c, arrFields, ref ipos); }
예제 #3
0
		protected IfcElementComponent(DatabaseIfc db, IfcElementComponent c) : base(db, c,false) { }