GeometryGym.Ifc.IfcIndexedPolygonalFaceWithVoids.Parse C# (CSharp) Méthode

Parse() static private méthode

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