GeometryGym.Ifc.IfcBeamType.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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