GeometryGym.Ifc.IfcLShapeProfileDef.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcLShapeProfileDef
strDef string
schema ReleaseVersion
Résultat IfcLShapeProfileDef
        internal static IfcLShapeProfileDef Parse(string strDef, ReleaseVersion schema)
        {
            IfcLShapeProfileDef p = new IfcLShapeProfileDef(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos,schema); return p;
        }