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

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

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