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;
        }