GeometryGym.Ifc.IfcIndexedTriangleTextureMap.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string str ) : IfcIndexedTriangleTextureMap
str string
return IfcIndexedTriangleTextureMap
        internal static IfcIndexedTriangleTextureMap Parse(string str)
        {
            IfcIndexedTriangleTextureMap m = new IfcIndexedTriangleTextureMap(); int pos = 0; m.parseFields(ParserSTEP.SplitLineFields(str), ref pos); return m;
        }