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

Parse() static private méthode

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