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

Parse() static private méthode

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