GeometryGym.Ifc.IfcZone.Parse C# (CSharp) Méthode

Parse() static private méthode

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