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

Parse() static private method

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