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

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

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