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

Parse() static private method

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