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

Parse() static private method

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