상속: IfcElementType
예제 #1
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcElementComponentType(IfcElementComponentType el) : base(el) { }
예제 #2
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		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) { }