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

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

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