GeometryGym.Ifc.IfcGridPlacement.Parse C# (CSharp) Method

Parse() static private method

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