GeometryGym.Ifc.IfcDoorType.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

static private Parse ( string strDef, ReleaseVersion schema ) : IfcDoorType
strDef string
schema ReleaseVersion
리턴 IfcDoorType
		internal static IfcDoorType Parse(string strDef, ReleaseVersion schema) { IfcDoorType s = new IfcDoorType(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos,schema); return s; }
		internal static void parseFields(IfcDoorType s, List<string> arrFields, ref int ipos, ReleaseVersion schema)