예제 #1
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcDoorStandardCase s, List<string> arrFields, ref int ipos) { IfcDoor.parseFields(s, arrFields, ref ipos); }
예제 #2
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal static IfcDoorStandardCase Parse(string strDef) { IfcDoorStandardCase s = new IfcDoorStandardCase(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }
예제 #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; }
예제 #4
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcDoorStandardCase(IfcDoorStandardCase o) : base(o) { }
예제 #5
0
		internal IfcDoorStandardCase(DatabaseIfc db, IfcDoorStandardCase d) : base(db,d) { }