상속: IfcAnnotationOccurrence
예제 #1
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcAnnotationTextOccurrence a,List<string> arrFields, ref int ipos) { IfcAnnotationOccurrence.parseFields(a,arrFields, ref ipos); }
예제 #2
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcAnnotationTextOccurrence Parse(string strDef) { IfcAnnotationTextOccurrence a = new IfcAnnotationTextOccurrence(); int ipos = 0; parseFields(a, ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
예제 #3
0
		internal new static IfcAnnotationTextOccurrence Parse(string str) { IfcAnnotationTextOccurrence a = new IfcAnnotationTextOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }
예제 #4
0
파일: ifc A.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcAnnotationTextOccurrence(IfcAnnotationTextOccurrence i) : base(i) { }
예제 #5
0
		internal IfcAnnotationTextOccurrence(DatabaseIfc db, IfcAnnotationTextOccurrence o) : base(db,o) { }