GeometryGym.Ifc.IfcDocumentInformation.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcDocumentInformation
strDef string
schema ReleaseVersion
Résultat 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)