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

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

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