GeometryGym.Ifc.IfcIndexedPolygonalFaceWithVoids.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcIndexedPolygonalFaceWithVoids
strDef string
Результат IfcIndexedPolygonalFaceWithVoids
        internal static new IfcIndexedPolygonalFaceWithVoids Parse(string strDef)
        {
            IfcIndexedPolygonalFaceWithVoids s = new IfcIndexedPolygonalFaceWithVoids(); int ipos = 0; s.parseFields(ParserSTEP.SplitLineFields(strDef), ref ipos); return s;
        }