예제 #1
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcAnnotationOccurrence(IfcAnnotationOccurrence p) : base((IfcStyledItem)p) { }
예제 #2
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		protected static void parseFields(IfcAnnotationOccurrence a,List<string> arrFields, ref int ipos) { IfcStyledItem.parseFields(a,arrFields, ref ipos); }
예제 #3
0
		protected IfcAnnotationOccurrence(DatabaseIfc db, IfcAnnotationOccurrence o) : base(db,o) { }