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

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

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