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

Parse() static private méthode

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