Inheritance: IfcAnnotationOccurrence
Esempio n. 1
0
		internal static void parseFields(IfcAnnotationSurfaceOccurrence a,List<string> arrFields, ref int ipos) { IfcAnnotationOccurrence.parseFields(a,arrFields, ref ipos); }
Esempio n. 2
0
		internal new static IfcAnnotationSurfaceOccurrence Parse(string strDef) { IfcAnnotationSurfaceOccurrence a = new IfcAnnotationSurfaceOccurrence(); int ipos = 0; parseFields(a,ParserSTEP.SplitLineFields(strDef), ref ipos); return a; }
Esempio n. 3
0
		internal new static IfcAnnotationSurfaceOccurrence Parse(string str) { IfcAnnotationSurfaceOccurrence a = new IfcAnnotationSurfaceOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }
Esempio n. 4
0
		internal IfcAnnotationSurfaceOccurrence(IfcAnnotationSurfaceOccurrence i) : base(i) { }
Esempio n. 5
0
		internal IfcAnnotationSurfaceOccurrence(DatabaseIfc db, IfcAnnotationSurfaceOccurrence o) : base(db,o) { }