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

Parse() static private method

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