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

Parse() static private méthode

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