GeometryGym.Ifc.IfcFilter.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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