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

Parse() static private méthode

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