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

Parse() static private method

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