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

Parse() static private méthode

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