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

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcGrid
strDef string
schema ReleaseVersion
Résultat IfcGrid
        internal static IfcGrid Parse(string strDef, ReleaseVersion schema)
        {
            IfcGrid g = new IfcGrid(); int ipos = 0; parseFields(g, ParserSTEP.SplitLineFields(strDef), ref ipos,schema); return g;
        }