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

Parse() static private méthode

static private Parse ( string strDef, ReleaseVersion schema ) : IfcUShapeProfileDef
strDef string
schema ReleaseVersion
Résultat 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;
        }