GeometryGym.Ifc.IfcIndexedTriangleTextureMap.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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