Beispiel #1
0
		internal static void parseFields(IfcDoorStandardCase s, List<string> arrFields, ref int ipos) { IfcDoor.parseFields(s, arrFields, ref ipos); }
Beispiel #2
0
		internal static IfcDoorStandardCase Parse(string strDef) { IfcDoorStandardCase s = new IfcDoorStandardCase(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }
Beispiel #3
0
		internal new static IfcDoorStandardCase Parse(string str, ReleaseVersion schema) { IfcDoorStandardCase d = new IfcDoorStandardCase(); int pos = 0; d.Parse(str,ref pos, str.Length, schema); return d; }
Beispiel #4
0
		internal IfcDoorStandardCase(IfcDoorStandardCase o) : base(o) { }
Beispiel #5
0
		internal IfcDoorStandardCase(DatabaseIfc db, IfcDoorStandardCase d) : base(db,d) { }