예제 #1
0
파일: IFC M.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcMirroredProfileDef p, List<string> arrFields, ref int ipos) { IfcDerivedProfileDef.parseFields(p, arrFields, ref ipos); }
예제 #2
0
파일: IFC M.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcMirroredProfileDef Parse(string strDef) { int ipos = 0; IfcMirroredProfileDef p = new IfcMirroredProfileDef(); parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }
예제 #3
0
파일: IFC M.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcMirroredProfileDef(IfcMirroredProfileDef el) : base(el) { }