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

Parse() static private method

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