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

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

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