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

Parse() static private method

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