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

Parse() static private method

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