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

Parse() static private méthode

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