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

Parse() static private méthode

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