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

Parse() static private méthode

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